summaryrefslogtreecommitdiffstats
path: root/systemd/netcfg.service
blob: a4e5ddc6343fc466d2eb682b06824694c8e35589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Netcfg multi-profile daemon
Before=network.target
Wants=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=/etc/conf.d/netcfg
ExecStart=/usr/bin/netcfg-daemon start
ExecStop=/usr/bin/netcfg-daemon stop

[Install]
WantedBy=multi-user.target