1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 22:27:59 +01:00
Files
wicd/other/wicd.service
2011-12-09 18:30:38 +01:00

15 lines
289 B
Desktop File

[Unit]
Description=Wicd a wireless and wired network manager for Linux
After=syslog.target
Wants=network.target
Before=network.target
[Service]
Type=dbus
BusName=org.wicd.daemon
ExecStart=/usr/sbin/wicd --no-daemon
[Install]
WantedBy=multi-user.target
Alias=dbus-org.wicd.daemon.service