1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-04 23:55:46 +01:00

Fix up paths, take adventage of data path

This commit is contained in:
2020-08-27 20:33:05 +02:00
parent 8ddc4ac945
commit 367a9ab74d
33 changed files with 42 additions and 254 deletions

View File

@@ -1,22 +0,0 @@
# If you're reading this, you're probably reading either:
# /etc/wicd/dhclient.conf.template.default
# or
# /etc/wicd/dhclient.conf.template
# or
# a generated dhclient configuration in /var/run
# (these files could be in different locations, as determined by your
# packager or system administrator, but those are the default pathes)
#
# Here's what you need to know:
# The .default file is copied by wicd to dhclient.conf.template if
# dhclient.conf.template does not exist. If dhclient.conf.template
# does exist, the .default file is not used. This is to allow
# upgrades of the package without destroying user changes.
#
# In other words, if you want to change the generated dhclient
# configuration, you need to change dhclient.conf.template,
# NOT dhclient.conf.template.default
# wicd will replace the following line with the appropriate
# "send host-name" command, based on what the user chose
# <WICDHOSTNAME>

View File

@@ -1,11 +0,0 @@
# This D-Bus service activation file is only for systemd support since
# an auto-activated wicd would be quite surprising for those people
# who have wicd installed but turned off. Thus the Exec path available to
# D-Bus is /bin/false, but systemd knows the real Exec path due to the
# wicd systemd .service file.
[D-BUS Service]
Name=org.wicd.daemon
Exec=/bin/false
User=root
SystemdService=dbus-org.wicd.daemon.service

View File

@@ -1,14 +0,0 @@
[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