mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 07:02:29 +01:00
16 lines
322 B
Desktop File
16 lines
322 B
Desktop File
[Unit]
|
|
Description=Wicd a wireless and wired network manager for Linux
|
|
After=syslog.target
|
|
Wants=network.target
|
|
Before=network.target
|
|
Conflicts=NetworkManager.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.wicd.daemon
|
|
ExecStart=/usr/sbin/wicd --no-daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=dbus-org.wicd.daemon.service
|