mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
259 B
SYSTEMD
13 lines
259 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Base Network Configuration
|
||
|
|
DefaultDependencies=no
|
||
|
|
After=local-fs.target systemd-tmpfiles-setup.service userconfig.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/sbin/network-base-setup
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=network.target
|