mirror of
https://github.com/gryf/wicd.git
synced 2025-12-23 22:52:33 +01:00
15 lines
289 B
Desktop File
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
|