12 lines
259 B
Desktop File
12 lines
259 B
Desktop File
[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
|