12 lines
166 B
SYSTEMD
12 lines
166 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wicd Network Manager
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=org.wicd.daemon
|
||
|
ExecStart=/usr/sbin/wicd -f
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|