From: mhoellein Date: Tue, 23 Oct 2018 20:08:16 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=1838fa46022e99611bf7f9696ed6ebf2b0f71b95;p=homeserver saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 4e9994cc..7550e668 100755 --- a/.etckeeper +++ b/.etckeeper @@ -59,7 +59,6 @@ mkdir -p './samba/tls' mkdir -p './security/limits.d' mkdir -p './security/namespace.d' mkdir -p './smartmontools/smartd_warning.d' -mkdir -p './systemd/network' mkdir -p './systemd/user' mkdir -p './tmpfiles.d' mkdir -p './udev/hwdb.d' @@ -1927,6 +1926,7 @@ maybe chmod 0644 'cron.d/.placeholder' maybe chmod 0644 'cron.d/amavisd-new' maybe chmod 0644 'cron.d/anacron' maybe chmod 0644 'cron.d/certbot' +maybe chmod 0644 'cron.d/networkfix' maybe chmod 0644 'cron.d/php' maybe chmod 0644 'cron.d/php5' maybe chmod 0644 'cron.d/sensor_action' @@ -3509,6 +3509,7 @@ maybe chmod 0755 'network/if-up.d/postfix' maybe chmod 0755 'network/if-up.d/upstart' maybe chmod 0644 'network/interfaces' maybe chmod 0755 'network/interfaces.d' +maybe chmod 0644 'network/interfaces.save' maybe chmod 0644 'networks' maybe chmod 0755 'newt' maybe chmod 0644 'newt/palette.original' @@ -4528,6 +4529,7 @@ maybe chmod 0644 'systemd/bootchart.conf' maybe chmod 0644 'systemd/journald.conf' maybe chmod 0644 'systemd/logind.conf' maybe chmod 0755 'systemd/network' +maybe chmod 0644 'systemd/network/wired.network' maybe chmod 0644 'systemd/resolved.conf' maybe chmod 0755 'systemd/system' maybe chmod 0644 'systemd/system.conf' diff --git a/cron.d/networkfix b/cron.d/networkfix new file mode 100644 index 00000000..8d9f52d8 --- /dev/null +++ b/cron.d/networkfix @@ -0,0 +1,3 @@ +@reboot root /sbin/brctl addif br0 eth0 +@reboot root /sbin/ifconfig br0 192.168.178.25 netmask 255.255.255.0 +@reboot root /sbin/ip r add default via 192.168.178.1 diff --git a/issue b/issue index c474c971..3db77dca 100644 --- a/issue +++ b/issue @@ -1 +1,2 @@ -Linux Mint 17.3 Rosa \n \l +Linux Mint 18 Sarah \n \l + diff --git a/issue.net b/issue.net index 7eb61ddf..67af845b 100644 --- a/issue.net +++ b/issue.net @@ -1 +1 @@ -Linux Mint 17.3 Rosa \ No newline at end of file +Linux Mint 18 Sarah \ No newline at end of file diff --git a/lsb-release b/lsb-release index 4e863d82..2b08e8c8 100644 --- a/lsb-release +++ b/lsb-release @@ -1,4 +1,4 @@ DISTRIB_ID=LinuxMint -DISTRIB_RELEASE=17.3 -DISTRIB_CODENAME=rosa -DISTRIB_DESCRIPTION="Linux Mint 17.3 Rosa" +DISTRIB_RELEASE=18 +DISTRIB_CODENAME=sarah +DISTRIB_DESCRIPTION="Linux Mint 18 Sarah" diff --git a/network/interfaces b/network/interfaces index 587d4718..f1bd92ed 100644 --- a/network/interfaces +++ b/network/interfaces @@ -1,23 +1,2 @@ -# interfaces(5) file used by ifup(8) and ifdown(8) -auto lo br0 +auto lo iface lo inet loopback - -iface br0 inet static - address 192.168.178.25 - netmask 255.255.255.0 - network 192.168.178.0 - gateway 192.168.178.1 - bridge_ports eth0 tap0 - broadcast 192.168.178.255 - dns-nameservers 192.168.178.1 8.8.8.8 - dns-search home.lan - post-up ip link set br0 address 28:2B:1b:e1:55:2F - post-up ifconfig tap0 promisc - pre-up openvpn --mktun --dev tap0 - post-up brctl addif br0 tap0 - pre-down brctl delif br0 tap0 - post-down openvpn --rmtun --dev tap0 - -auto eth0 -iface eth0 inet manual - up ifconfig eth0 promisc diff --git a/network/interfaces.save b/network/interfaces.save new file mode 100644 index 00000000..c67ebfa0 --- /dev/null +++ b/network/interfaces.save @@ -0,0 +1,26 @@ +# interfaces(5) file used by ifup(8) and ifdown(8) +auto lo +iface lo inet loopback + +auto eth0 +iface eth0 inet manual + up ifconfig eth0 promisc + +auto br0 +iface br0 inet static + address 192.168.178.25 + netmask 255.255.255.0 + network 192.168.178.0 + gateway 192.168.178.1 + bridge_ports eth0 tap0 + bridge_waitport 20 + broadcast 192.168.178.255 + dns-nameservers 192.168.178.1 8.8.8.8 + dns-search home.lan + post-up ip link set br0 address 28:2B:1b:e1:55:2F + post-up ifconfig tap0 promisc + pre-up openvpn --mktun --dev tap0 + post-up brctl addif br0 tap0 + pre-down brctl delif br0 tap0 + post-down openvpn --rmtun --dev tap0 + diff --git a/rc0.d/K02network-manager b/rc0.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc0.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/rc1.d/K02network-manager b/rc1.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc1.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/rc1.d/S03apcupsd b/rc1.d/S03apcupsd deleted file mode 120000 index 94f456e3..00000000 --- a/rc1.d/S03apcupsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/apcupsd \ No newline at end of file diff --git a/rc1.d/S04apcupsd b/rc1.d/S04apcupsd new file mode 120000 index 00000000..94f456e3 --- /dev/null +++ b/rc1.d/S04apcupsd @@ -0,0 +1 @@ +../init.d/apcupsd \ No newline at end of file diff --git a/rc1.d/S04single b/rc1.d/S04single deleted file mode 120000 index 6805a26f..00000000 --- a/rc1.d/S04single +++ /dev/null @@ -1 +0,0 @@ -../init.d/single \ No newline at end of file diff --git a/rc1.d/S05single b/rc1.d/S05single new file mode 120000 index 00000000..6805a26f --- /dev/null +++ b/rc1.d/S05single @@ -0,0 +1 @@ +../init.d/single \ No newline at end of file diff --git a/rc2.d/K02network-manager b/rc2.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc2.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/rc2.d/S02apache2 b/rc2.d/S02apache2 deleted file mode 120000 index 30c71a4f..00000000 --- a/rc2.d/S02apache2 +++ /dev/null @@ -1 +0,0 @@ -../init.d/apache2 \ No newline at end of file diff --git a/rc2.d/S02openvpn b/rc2.d/S02openvpn new file mode 120000 index 00000000..7fc299b6 --- /dev/null +++ b/rc2.d/S02openvpn @@ -0,0 +1 @@ +../init.d/openvpn \ No newline at end of file diff --git a/rc2.d/S03acpid b/rc2.d/S03acpid deleted file mode 120000 index e15f7fe2..00000000 --- a/rc2.d/S03acpid +++ /dev/null @@ -1 +0,0 @@ -../init.d/acpid \ No newline at end of file diff --git a/rc2.d/S03amavis b/rc2.d/S03amavis deleted file mode 120000 index a5185509..00000000 --- a/rc2.d/S03amavis +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis \ No newline at end of file diff --git a/rc2.d/S03anacron b/rc2.d/S03anacron deleted file mode 120000 index fa373cf6..00000000 --- a/rc2.d/S03anacron +++ /dev/null @@ -1 +0,0 @@ -../init.d/anacron \ No newline at end of file diff --git a/rc2.d/S03apache2 b/rc2.d/S03apache2 new file mode 120000 index 00000000..30c71a4f --- /dev/null +++ b/rc2.d/S03apache2 @@ -0,0 +1 @@ +../init.d/apache2 \ No newline at end of file diff --git a/rc2.d/S03apcupsd b/rc2.d/S03apcupsd deleted file mode 120000 index 94f456e3..00000000 --- a/rc2.d/S03apcupsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/apcupsd \ No newline at end of file diff --git a/rc2.d/S03arpwatch b/rc2.d/S03arpwatch deleted file mode 120000 index 50157630..00000000 --- a/rc2.d/S03arpwatch +++ /dev/null @@ -1 +0,0 @@ -../init.d/arpwatch \ No newline at end of file diff --git a/rc2.d/S03atd b/rc2.d/S03atd deleted file mode 120000 index 8cd72487..00000000 --- a/rc2.d/S03atd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atd \ No newline at end of file diff --git a/rc2.d/S03atieventsd b/rc2.d/S03atieventsd deleted file mode 120000 index dcc7cfbc..00000000 --- a/rc2.d/S03atieventsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atieventsd \ No newline at end of file diff --git a/rc2.d/S03batmand b/rc2.d/S03batmand deleted file mode 120000 index 44edf4d5..00000000 --- a/rc2.d/S03batmand +++ /dev/null @@ -1 +0,0 @@ -../init.d/batmand \ No newline at end of file diff --git a/rc2.d/S03cgproxy b/rc2.d/S03cgproxy deleted file mode 120000 index c31f3602..00000000 --- a/rc2.d/S03cgproxy +++ /dev/null @@ -1 +0,0 @@ -../init.d/cgproxy \ No newline at end of file diff --git a/rc2.d/S03cron b/rc2.d/S03cron deleted file mode 120000 index b7a1f295..00000000 --- a/rc2.d/S03cron +++ /dev/null @@ -1 +0,0 @@ -../init.d/cron \ No newline at end of file diff --git a/rc2.d/S03dbus b/rc2.d/S03dbus deleted file mode 120000 index 05fdfc6f..00000000 --- a/rc2.d/S03dbus +++ /dev/null @@ -1 +0,0 @@ -../init.d/dbus \ No newline at end of file diff --git a/rc2.d/S03hddtemp b/rc2.d/S03hddtemp deleted file mode 120000 index 1f7da5a9..00000000 --- a/rc2.d/S03hddtemp +++ /dev/null @@ -1 +0,0 @@ -../init.d/hddtemp \ No newline at end of file diff --git a/rc2.d/S03icinga b/rc2.d/S03icinga deleted file mode 120000 index f1deb9ad..00000000 --- a/rc2.d/S03icinga +++ /dev/null @@ -1 +0,0 @@ -../init.d/icinga \ No newline at end of file diff --git a/rc2.d/S03iodined b/rc2.d/S03iodined deleted file mode 120000 index d1cf9a2a..00000000 --- a/rc2.d/S03iodined +++ /dev/null @@ -1 +0,0 @@ -../init.d/iodined \ No newline at end of file diff --git a/rc2.d/S03irqbalance b/rc2.d/S03irqbalance deleted file mode 120000 index 10c53421..00000000 --- a/rc2.d/S03irqbalance +++ /dev/null @@ -1 +0,0 @@ -../init.d/irqbalance \ No newline at end of file diff --git a/rc2.d/S03kerneloops b/rc2.d/S03kerneloops deleted file mode 120000 index 328ba1d2..00000000 --- a/rc2.d/S03kerneloops +++ /dev/null @@ -1 +0,0 @@ -../init.d/kerneloops \ No newline at end of file diff --git a/rc2.d/S03loadcpufreq b/rc2.d/S03loadcpufreq deleted file mode 120000 index 0e115756..00000000 --- a/rc2.d/S03loadcpufreq +++ /dev/null @@ -1 +0,0 @@ -../init.d/loadcpufreq \ No newline at end of file diff --git a/rc2.d/S03mosquitto b/rc2.d/S03mosquitto deleted file mode 120000 index e8e4f21e..00000000 --- a/rc2.d/S03mosquitto +++ /dev/null @@ -1 +0,0 @@ -../init.d/mosquitto \ No newline at end of file diff --git a/rc2.d/S03mysql b/rc2.d/S03mysql deleted file mode 120000 index 4fa20889..00000000 --- a/rc2.d/S03mysql +++ /dev/null @@ -1 +0,0 @@ -../init.d/mysql \ No newline at end of file diff --git a/rc2.d/S03ntp b/rc2.d/S03ntp deleted file mode 120000 index 33b559d4..00000000 --- a/rc2.d/S03ntp +++ /dev/null @@ -1 +0,0 @@ -../init.d/ntp \ No newline at end of file diff --git a/rc2.d/S03openbsd-inetd b/rc2.d/S03openbsd-inetd deleted file mode 120000 index 04efe478..00000000 --- a/rc2.d/S03openbsd-inetd +++ /dev/null @@ -1 +0,0 @@ -../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc2.d/S03oscam b/rc2.d/S03oscam deleted file mode 120000 index 487209a1..00000000 --- a/rc2.d/S03oscam +++ /dev/null @@ -1 +0,0 @@ -../init.d/oscam \ No newline at end of file diff --git a/rc2.d/S03proftpd b/rc2.d/S03proftpd deleted file mode 120000 index c4d71fef..00000000 --- a/rc2.d/S03proftpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/proftpd \ No newline at end of file diff --git a/rc2.d/S03redis-server b/rc2.d/S03redis-server deleted file mode 120000 index 6ef689e3..00000000 --- a/rc2.d/S03redis-server +++ /dev/null @@ -1 +0,0 @@ -../init.d/redis-server \ No newline at end of file diff --git a/rc2.d/S03rsync b/rc2.d/S03rsync deleted file mode 120000 index 3f11f90f..00000000 --- a/rc2.d/S03rsync +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsync \ No newline at end of file diff --git a/rc2.d/S03shellinabox b/rc2.d/S03shellinabox deleted file mode 120000 index 75f89af3..00000000 --- a/rc2.d/S03shellinabox +++ /dev/null @@ -1 +0,0 @@ -../init.d/shellinabox \ No newline at end of file diff --git a/rc2.d/S03smartmontools b/rc2.d/S03smartmontools deleted file mode 120000 index c4259b57..00000000 --- a/rc2.d/S03smartmontools +++ /dev/null @@ -1 +0,0 @@ -../init.d/smartmontools \ No newline at end of file diff --git a/rc2.d/S03snmpd b/rc2.d/S03snmpd deleted file mode 120000 index f270432a..00000000 --- a/rc2.d/S03snmpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/snmpd \ No newline at end of file diff --git a/rc2.d/S03spamassassin b/rc2.d/S03spamassassin deleted file mode 120000 index f3a6fff8..00000000 --- a/rc2.d/S03spamassassin +++ /dev/null @@ -1 +0,0 @@ -../init.d/spamassassin \ No newline at end of file diff --git a/rc2.d/S03speech-dispatcher b/rc2.d/S03speech-dispatcher deleted file mode 120000 index ef1f4826..00000000 --- a/rc2.d/S03speech-dispatcher +++ /dev/null @@ -1 +0,0 @@ -../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc2.d/S03ssh b/rc2.d/S03ssh deleted file mode 120000 index 70e14ad5..00000000 --- a/rc2.d/S03ssh +++ /dev/null @@ -1 +0,0 @@ -../init.d/ssh \ No newline at end of file diff --git a/rc2.d/S03x2goserver b/rc2.d/S03x2goserver deleted file mode 120000 index 1a0ae9fd..00000000 --- a/rc2.d/S03x2goserver +++ /dev/null @@ -1 +0,0 @@ -../init.d/x2goserver \ No newline at end of file diff --git a/rc2.d/S04acpid b/rc2.d/S04acpid new file mode 120000 index 00000000..e15f7fe2 --- /dev/null +++ b/rc2.d/S04acpid @@ -0,0 +1 @@ +../init.d/acpid \ No newline at end of file diff --git a/rc2.d/S04amavis b/rc2.d/S04amavis new file mode 120000 index 00000000..a5185509 --- /dev/null +++ b/rc2.d/S04amavis @@ -0,0 +1 @@ +../init.d/amavis \ No newline at end of file diff --git a/rc2.d/S04amavis-mc b/rc2.d/S04amavis-mc deleted file mode 120000 index 8c050640..00000000 --- a/rc2.d/S04amavis-mc +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis-mc \ No newline at end of file diff --git a/rc2.d/S04anacron b/rc2.d/S04anacron new file mode 120000 index 00000000..fa373cf6 --- /dev/null +++ b/rc2.d/S04anacron @@ -0,0 +1 @@ +../init.d/anacron \ No newline at end of file diff --git a/rc2.d/S04apcupsd b/rc2.d/S04apcupsd new file mode 120000 index 00000000..94f456e3 --- /dev/null +++ b/rc2.d/S04apcupsd @@ -0,0 +1 @@ +../init.d/apcupsd \ No newline at end of file diff --git a/rc2.d/S04arpwatch b/rc2.d/S04arpwatch new file mode 120000 index 00000000..50157630 --- /dev/null +++ b/rc2.d/S04arpwatch @@ -0,0 +1 @@ +../init.d/arpwatch \ No newline at end of file diff --git a/rc2.d/S04asterisk b/rc2.d/S04asterisk deleted file mode 120000 index bffdcfb3..00000000 --- a/rc2.d/S04asterisk +++ /dev/null @@ -1 +0,0 @@ -../init.d/asterisk \ No newline at end of file diff --git a/rc2.d/S04atd b/rc2.d/S04atd new file mode 120000 index 00000000..8cd72487 --- /dev/null +++ b/rc2.d/S04atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc2.d/S04atieventsd b/rc2.d/S04atieventsd new file mode 120000 index 00000000..dcc7cfbc --- /dev/null +++ b/rc2.d/S04atieventsd @@ -0,0 +1 @@ +../init.d/atieventsd \ No newline at end of file diff --git a/rc2.d/S04avahi-daemon b/rc2.d/S04avahi-daemon deleted file mode 120000 index d28b3265..00000000 --- a/rc2.d/S04avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc2.d/S04batmand b/rc2.d/S04batmand new file mode 120000 index 00000000..44edf4d5 --- /dev/null +++ b/rc2.d/S04batmand @@ -0,0 +1 @@ +../init.d/batmand \ No newline at end of file diff --git a/rc2.d/S04bluetooth b/rc2.d/S04bluetooth deleted file mode 120000 index affb39f9..00000000 --- a/rc2.d/S04bluetooth +++ /dev/null @@ -1 +0,0 @@ -../init.d/bluetooth \ No newline at end of file diff --git a/rc2.d/S04cgproxy b/rc2.d/S04cgproxy new file mode 120000 index 00000000..c31f3602 --- /dev/null +++ b/rc2.d/S04cgproxy @@ -0,0 +1 @@ +../init.d/cgproxy \ No newline at end of file diff --git a/rc2.d/S04cpufrequtils b/rc2.d/S04cpufrequtils deleted file mode 120000 index 5bd25c59..00000000 --- a/rc2.d/S04cpufrequtils +++ /dev/null @@ -1 +0,0 @@ -../init.d/cpufrequtils \ No newline at end of file diff --git a/rc2.d/S04cron b/rc2.d/S04cron new file mode 120000 index 00000000..b7a1f295 --- /dev/null +++ b/rc2.d/S04cron @@ -0,0 +1 @@ +../init.d/cron \ No newline at end of file diff --git a/rc2.d/S04dbus b/rc2.d/S04dbus new file mode 120000 index 00000000..05fdfc6f --- /dev/null +++ b/rc2.d/S04dbus @@ -0,0 +1 @@ +../init.d/dbus \ No newline at end of file diff --git a/rc2.d/S04dovecot b/rc2.d/S04dovecot deleted file mode 120000 index 8ead3e7d..00000000 --- a/rc2.d/S04dovecot +++ /dev/null @@ -1 +0,0 @@ -../init.d/dovecot \ No newline at end of file diff --git a/rc2.d/S04hddtemp b/rc2.d/S04hddtemp new file mode 120000 index 00000000..1f7da5a9 --- /dev/null +++ b/rc2.d/S04hddtemp @@ -0,0 +1 @@ +../init.d/hddtemp \ No newline at end of file diff --git a/rc2.d/S04icinga b/rc2.d/S04icinga new file mode 120000 index 00000000..f1deb9ad --- /dev/null +++ b/rc2.d/S04icinga @@ -0,0 +1 @@ +../init.d/icinga \ No newline at end of file diff --git a/rc2.d/S04iodined b/rc2.d/S04iodined new file mode 120000 index 00000000..d1cf9a2a --- /dev/null +++ b/rc2.d/S04iodined @@ -0,0 +1 @@ +../init.d/iodined \ No newline at end of file diff --git a/rc2.d/S04irqbalance b/rc2.d/S04irqbalance new file mode 120000 index 00000000..10c53421 --- /dev/null +++ b/rc2.d/S04irqbalance @@ -0,0 +1 @@ +../init.d/irqbalance \ No newline at end of file diff --git a/rc2.d/S04kerneloops b/rc2.d/S04kerneloops new file mode 120000 index 00000000..328ba1d2 --- /dev/null +++ b/rc2.d/S04kerneloops @@ -0,0 +1 @@ +../init.d/kerneloops \ No newline at end of file diff --git a/rc2.d/S04loadcpufreq b/rc2.d/S04loadcpufreq new file mode 120000 index 00000000..0e115756 --- /dev/null +++ b/rc2.d/S04loadcpufreq @@ -0,0 +1 @@ +../init.d/loadcpufreq \ No newline at end of file diff --git a/rc2.d/S04mosquitto b/rc2.d/S04mosquitto new file mode 120000 index 00000000..e8e4f21e --- /dev/null +++ b/rc2.d/S04mosquitto @@ -0,0 +1 @@ +../init.d/mosquitto \ No newline at end of file diff --git a/rc2.d/S04mysql b/rc2.d/S04mysql new file mode 120000 index 00000000..4fa20889 --- /dev/null +++ b/rc2.d/S04mysql @@ -0,0 +1 @@ +../init.d/mysql \ No newline at end of file diff --git a/rc2.d/S04ntp b/rc2.d/S04ntp new file mode 120000 index 00000000..33b559d4 --- /dev/null +++ b/rc2.d/S04ntp @@ -0,0 +1 @@ +../init.d/ntp \ No newline at end of file diff --git a/rc2.d/S04openbsd-inetd b/rc2.d/S04openbsd-inetd new file mode 120000 index 00000000..04efe478 --- /dev/null +++ b/rc2.d/S04openbsd-inetd @@ -0,0 +1 @@ +../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc2.d/S04oscam b/rc2.d/S04oscam new file mode 120000 index 00000000..487209a1 --- /dev/null +++ b/rc2.d/S04oscam @@ -0,0 +1 @@ +../init.d/oscam \ No newline at end of file diff --git a/rc2.d/S04proftpd b/rc2.d/S04proftpd new file mode 120000 index 00000000..c4d71fef --- /dev/null +++ b/rc2.d/S04proftpd @@ -0,0 +1 @@ +../init.d/proftpd \ No newline at end of file diff --git a/rc2.d/S04redis-server b/rc2.d/S04redis-server new file mode 120000 index 00000000..6ef689e3 --- /dev/null +++ b/rc2.d/S04redis-server @@ -0,0 +1 @@ +../init.d/redis-server \ No newline at end of file diff --git a/rc2.d/S04rsync b/rc2.d/S04rsync new file mode 120000 index 00000000..3f11f90f --- /dev/null +++ b/rc2.d/S04rsync @@ -0,0 +1 @@ +../init.d/rsync \ No newline at end of file diff --git a/rc2.d/S04shellinabox b/rc2.d/S04shellinabox new file mode 120000 index 00000000..75f89af3 --- /dev/null +++ b/rc2.d/S04shellinabox @@ -0,0 +1 @@ +../init.d/shellinabox \ No newline at end of file diff --git a/rc2.d/S04smartmontools b/rc2.d/S04smartmontools new file mode 120000 index 00000000..c4259b57 --- /dev/null +++ b/rc2.d/S04smartmontools @@ -0,0 +1 @@ +../init.d/smartmontools \ No newline at end of file diff --git a/rc2.d/S04snmpd b/rc2.d/S04snmpd new file mode 120000 index 00000000..f270432a --- /dev/null +++ b/rc2.d/S04snmpd @@ -0,0 +1 @@ +../init.d/snmpd \ No newline at end of file diff --git a/rc2.d/S04spamassassin b/rc2.d/S04spamassassin new file mode 120000 index 00000000..f3a6fff8 --- /dev/null +++ b/rc2.d/S04spamassassin @@ -0,0 +1 @@ +../init.d/spamassassin \ No newline at end of file diff --git a/rc2.d/S04speech-dispatcher b/rc2.d/S04speech-dispatcher new file mode 120000 index 00000000..ef1f4826 --- /dev/null +++ b/rc2.d/S04speech-dispatcher @@ -0,0 +1 @@ +../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc2.d/S04ssh b/rc2.d/S04ssh new file mode 120000 index 00000000..70e14ad5 --- /dev/null +++ b/rc2.d/S04ssh @@ -0,0 +1 @@ +../init.d/ssh \ No newline at end of file diff --git a/rc2.d/S04x2goserver b/rc2.d/S04x2goserver new file mode 120000 index 00000000..1a0ae9fd --- /dev/null +++ b/rc2.d/S04x2goserver @@ -0,0 +1 @@ +../init.d/x2goserver \ No newline at end of file diff --git a/rc2.d/S04zoneminder b/rc2.d/S04zoneminder deleted file mode 120000 index 3f3efbcb..00000000 --- a/rc2.d/S04zoneminder +++ /dev/null @@ -1 +0,0 @@ -../init.d/zoneminder \ No newline at end of file diff --git a/rc2.d/S05amavis-mc b/rc2.d/S05amavis-mc new file mode 120000 index 00000000..8c050640 --- /dev/null +++ b/rc2.d/S05amavis-mc @@ -0,0 +1 @@ +../init.d/amavis-mc \ No newline at end of file diff --git a/rc2.d/S05asterisk b/rc2.d/S05asterisk new file mode 120000 index 00000000..bffdcfb3 --- /dev/null +++ b/rc2.d/S05asterisk @@ -0,0 +1 @@ +../init.d/asterisk \ No newline at end of file diff --git a/rc2.d/S05avahi-daemon b/rc2.d/S05avahi-daemon new file mode 120000 index 00000000..d28b3265 --- /dev/null +++ b/rc2.d/S05avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc2.d/S05bluetooth b/rc2.d/S05bluetooth new file mode 120000 index 00000000..affb39f9 --- /dev/null +++ b/rc2.d/S05bluetooth @@ -0,0 +1 @@ +../init.d/bluetooth \ No newline at end of file diff --git a/rc2.d/S05cpufrequtils b/rc2.d/S05cpufrequtils new file mode 120000 index 00000000..5bd25c59 --- /dev/null +++ b/rc2.d/S05cpufrequtils @@ -0,0 +1 @@ +../init.d/cpufrequtils \ No newline at end of file diff --git a/rc2.d/S05dovecot b/rc2.d/S05dovecot new file mode 120000 index 00000000..8ead3e7d --- /dev/null +++ b/rc2.d/S05dovecot @@ -0,0 +1 @@ +../init.d/dovecot \ No newline at end of file diff --git a/rc2.d/S05openvpn b/rc2.d/S05openvpn deleted file mode 120000 index 7fc299b6..00000000 --- a/rc2.d/S05openvpn +++ /dev/null @@ -1 +0,0 @@ -../init.d/openvpn \ No newline at end of file diff --git a/rc2.d/S05zoneminder b/rc2.d/S05zoneminder new file mode 120000 index 00000000..3f3efbcb --- /dev/null +++ b/rc2.d/S05zoneminder @@ -0,0 +1 @@ +../init.d/zoneminder \ No newline at end of file diff --git a/rc3.d/K02network-manager b/rc3.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc3.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/rc3.d/S02apache2 b/rc3.d/S02apache2 deleted file mode 120000 index 30c71a4f..00000000 --- a/rc3.d/S02apache2 +++ /dev/null @@ -1 +0,0 @@ -../init.d/apache2 \ No newline at end of file diff --git a/rc3.d/S02openvpn b/rc3.d/S02openvpn new file mode 120000 index 00000000..7fc299b6 --- /dev/null +++ b/rc3.d/S02openvpn @@ -0,0 +1 @@ +../init.d/openvpn \ No newline at end of file diff --git a/rc3.d/S03acpid b/rc3.d/S03acpid deleted file mode 120000 index e15f7fe2..00000000 --- a/rc3.d/S03acpid +++ /dev/null @@ -1 +0,0 @@ -../init.d/acpid \ No newline at end of file diff --git a/rc3.d/S03amavis b/rc3.d/S03amavis deleted file mode 120000 index a5185509..00000000 --- a/rc3.d/S03amavis +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis \ No newline at end of file diff --git a/rc3.d/S03anacron b/rc3.d/S03anacron deleted file mode 120000 index fa373cf6..00000000 --- a/rc3.d/S03anacron +++ /dev/null @@ -1 +0,0 @@ -../init.d/anacron \ No newline at end of file diff --git a/rc3.d/S03apache2 b/rc3.d/S03apache2 new file mode 120000 index 00000000..30c71a4f --- /dev/null +++ b/rc3.d/S03apache2 @@ -0,0 +1 @@ +../init.d/apache2 \ No newline at end of file diff --git a/rc3.d/S03apcupsd b/rc3.d/S03apcupsd deleted file mode 120000 index 94f456e3..00000000 --- a/rc3.d/S03apcupsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/apcupsd \ No newline at end of file diff --git a/rc3.d/S03arpwatch b/rc3.d/S03arpwatch deleted file mode 120000 index 50157630..00000000 --- a/rc3.d/S03arpwatch +++ /dev/null @@ -1 +0,0 @@ -../init.d/arpwatch \ No newline at end of file diff --git a/rc3.d/S03atd b/rc3.d/S03atd deleted file mode 120000 index 8cd72487..00000000 --- a/rc3.d/S03atd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atd \ No newline at end of file diff --git a/rc3.d/S03atieventsd b/rc3.d/S03atieventsd deleted file mode 120000 index dcc7cfbc..00000000 --- a/rc3.d/S03atieventsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atieventsd \ No newline at end of file diff --git a/rc3.d/S03batmand b/rc3.d/S03batmand deleted file mode 120000 index 44edf4d5..00000000 --- a/rc3.d/S03batmand +++ /dev/null @@ -1 +0,0 @@ -../init.d/batmand \ No newline at end of file diff --git a/rc3.d/S03cgproxy b/rc3.d/S03cgproxy deleted file mode 120000 index c31f3602..00000000 --- a/rc3.d/S03cgproxy +++ /dev/null @@ -1 +0,0 @@ -../init.d/cgproxy \ No newline at end of file diff --git a/rc3.d/S03cron b/rc3.d/S03cron deleted file mode 120000 index b7a1f295..00000000 --- a/rc3.d/S03cron +++ /dev/null @@ -1 +0,0 @@ -../init.d/cron \ No newline at end of file diff --git a/rc3.d/S03dbus b/rc3.d/S03dbus deleted file mode 120000 index 05fdfc6f..00000000 --- a/rc3.d/S03dbus +++ /dev/null @@ -1 +0,0 @@ -../init.d/dbus \ No newline at end of file diff --git a/rc3.d/S03hddtemp b/rc3.d/S03hddtemp deleted file mode 120000 index 1f7da5a9..00000000 --- a/rc3.d/S03hddtemp +++ /dev/null @@ -1 +0,0 @@ -../init.d/hddtemp \ No newline at end of file diff --git a/rc3.d/S03icinga b/rc3.d/S03icinga deleted file mode 120000 index f1deb9ad..00000000 --- a/rc3.d/S03icinga +++ /dev/null @@ -1 +0,0 @@ -../init.d/icinga \ No newline at end of file diff --git a/rc3.d/S03iodined b/rc3.d/S03iodined deleted file mode 120000 index d1cf9a2a..00000000 --- a/rc3.d/S03iodined +++ /dev/null @@ -1 +0,0 @@ -../init.d/iodined \ No newline at end of file diff --git a/rc3.d/S03irqbalance b/rc3.d/S03irqbalance deleted file mode 120000 index 10c53421..00000000 --- a/rc3.d/S03irqbalance +++ /dev/null @@ -1 +0,0 @@ -../init.d/irqbalance \ No newline at end of file diff --git a/rc3.d/S03kerneloops b/rc3.d/S03kerneloops deleted file mode 120000 index 328ba1d2..00000000 --- a/rc3.d/S03kerneloops +++ /dev/null @@ -1 +0,0 @@ -../init.d/kerneloops \ No newline at end of file diff --git a/rc3.d/S03loadcpufreq b/rc3.d/S03loadcpufreq deleted file mode 120000 index 0e115756..00000000 --- a/rc3.d/S03loadcpufreq +++ /dev/null @@ -1 +0,0 @@ -../init.d/loadcpufreq \ No newline at end of file diff --git a/rc3.d/S03mosquitto b/rc3.d/S03mosquitto deleted file mode 120000 index e8e4f21e..00000000 --- a/rc3.d/S03mosquitto +++ /dev/null @@ -1 +0,0 @@ -../init.d/mosquitto \ No newline at end of file diff --git a/rc3.d/S03mysql b/rc3.d/S03mysql deleted file mode 120000 index 4fa20889..00000000 --- a/rc3.d/S03mysql +++ /dev/null @@ -1 +0,0 @@ -../init.d/mysql \ No newline at end of file diff --git a/rc3.d/S03ntp b/rc3.d/S03ntp deleted file mode 120000 index 33b559d4..00000000 --- a/rc3.d/S03ntp +++ /dev/null @@ -1 +0,0 @@ -../init.d/ntp \ No newline at end of file diff --git a/rc3.d/S03openbsd-inetd b/rc3.d/S03openbsd-inetd deleted file mode 120000 index 04efe478..00000000 --- a/rc3.d/S03openbsd-inetd +++ /dev/null @@ -1 +0,0 @@ -../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc3.d/S03oscam b/rc3.d/S03oscam deleted file mode 120000 index 487209a1..00000000 --- a/rc3.d/S03oscam +++ /dev/null @@ -1 +0,0 @@ -../init.d/oscam \ No newline at end of file diff --git a/rc3.d/S03proftpd b/rc3.d/S03proftpd deleted file mode 120000 index c4d71fef..00000000 --- a/rc3.d/S03proftpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/proftpd \ No newline at end of file diff --git a/rc3.d/S03redis-server b/rc3.d/S03redis-server deleted file mode 120000 index 6ef689e3..00000000 --- a/rc3.d/S03redis-server +++ /dev/null @@ -1 +0,0 @@ -../init.d/redis-server \ No newline at end of file diff --git a/rc3.d/S03rsync b/rc3.d/S03rsync deleted file mode 120000 index 3f11f90f..00000000 --- a/rc3.d/S03rsync +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsync \ No newline at end of file diff --git a/rc3.d/S03shellinabox b/rc3.d/S03shellinabox deleted file mode 120000 index 75f89af3..00000000 --- a/rc3.d/S03shellinabox +++ /dev/null @@ -1 +0,0 @@ -../init.d/shellinabox \ No newline at end of file diff --git a/rc3.d/S03smartmontools b/rc3.d/S03smartmontools deleted file mode 120000 index c4259b57..00000000 --- a/rc3.d/S03smartmontools +++ /dev/null @@ -1 +0,0 @@ -../init.d/smartmontools \ No newline at end of file diff --git a/rc3.d/S03snmpd b/rc3.d/S03snmpd deleted file mode 120000 index f270432a..00000000 --- a/rc3.d/S03snmpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/snmpd \ No newline at end of file diff --git a/rc3.d/S03spamassassin b/rc3.d/S03spamassassin deleted file mode 120000 index f3a6fff8..00000000 --- a/rc3.d/S03spamassassin +++ /dev/null @@ -1 +0,0 @@ -../init.d/spamassassin \ No newline at end of file diff --git a/rc3.d/S03speech-dispatcher b/rc3.d/S03speech-dispatcher deleted file mode 120000 index ef1f4826..00000000 --- a/rc3.d/S03speech-dispatcher +++ /dev/null @@ -1 +0,0 @@ -../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc3.d/S03ssh b/rc3.d/S03ssh deleted file mode 120000 index 70e14ad5..00000000 --- a/rc3.d/S03ssh +++ /dev/null @@ -1 +0,0 @@ -../init.d/ssh \ No newline at end of file diff --git a/rc3.d/S03x2goserver b/rc3.d/S03x2goserver deleted file mode 120000 index 1a0ae9fd..00000000 --- a/rc3.d/S03x2goserver +++ /dev/null @@ -1 +0,0 @@ -../init.d/x2goserver \ No newline at end of file diff --git a/rc3.d/S04acpid b/rc3.d/S04acpid new file mode 120000 index 00000000..e15f7fe2 --- /dev/null +++ b/rc3.d/S04acpid @@ -0,0 +1 @@ +../init.d/acpid \ No newline at end of file diff --git a/rc3.d/S04amavis b/rc3.d/S04amavis new file mode 120000 index 00000000..a5185509 --- /dev/null +++ b/rc3.d/S04amavis @@ -0,0 +1 @@ +../init.d/amavis \ No newline at end of file diff --git a/rc3.d/S04amavis-mc b/rc3.d/S04amavis-mc deleted file mode 120000 index 8c050640..00000000 --- a/rc3.d/S04amavis-mc +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis-mc \ No newline at end of file diff --git a/rc3.d/S04anacron b/rc3.d/S04anacron new file mode 120000 index 00000000..fa373cf6 --- /dev/null +++ b/rc3.d/S04anacron @@ -0,0 +1 @@ +../init.d/anacron \ No newline at end of file diff --git a/rc3.d/S04apcupsd b/rc3.d/S04apcupsd new file mode 120000 index 00000000..94f456e3 --- /dev/null +++ b/rc3.d/S04apcupsd @@ -0,0 +1 @@ +../init.d/apcupsd \ No newline at end of file diff --git a/rc3.d/S04arpwatch b/rc3.d/S04arpwatch new file mode 120000 index 00000000..50157630 --- /dev/null +++ b/rc3.d/S04arpwatch @@ -0,0 +1 @@ +../init.d/arpwatch \ No newline at end of file diff --git a/rc3.d/S04asterisk b/rc3.d/S04asterisk deleted file mode 120000 index bffdcfb3..00000000 --- a/rc3.d/S04asterisk +++ /dev/null @@ -1 +0,0 @@ -../init.d/asterisk \ No newline at end of file diff --git a/rc3.d/S04atd b/rc3.d/S04atd new file mode 120000 index 00000000..8cd72487 --- /dev/null +++ b/rc3.d/S04atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc3.d/S04atieventsd b/rc3.d/S04atieventsd new file mode 120000 index 00000000..dcc7cfbc --- /dev/null +++ b/rc3.d/S04atieventsd @@ -0,0 +1 @@ +../init.d/atieventsd \ No newline at end of file diff --git a/rc3.d/S04avahi-daemon b/rc3.d/S04avahi-daemon deleted file mode 120000 index d28b3265..00000000 --- a/rc3.d/S04avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc3.d/S04batmand b/rc3.d/S04batmand new file mode 120000 index 00000000..44edf4d5 --- /dev/null +++ b/rc3.d/S04batmand @@ -0,0 +1 @@ +../init.d/batmand \ No newline at end of file diff --git a/rc3.d/S04bluetooth b/rc3.d/S04bluetooth deleted file mode 120000 index affb39f9..00000000 --- a/rc3.d/S04bluetooth +++ /dev/null @@ -1 +0,0 @@ -../init.d/bluetooth \ No newline at end of file diff --git a/rc3.d/S04cgproxy b/rc3.d/S04cgproxy new file mode 120000 index 00000000..c31f3602 --- /dev/null +++ b/rc3.d/S04cgproxy @@ -0,0 +1 @@ +../init.d/cgproxy \ No newline at end of file diff --git a/rc3.d/S04cpufrequtils b/rc3.d/S04cpufrequtils deleted file mode 120000 index 5bd25c59..00000000 --- a/rc3.d/S04cpufrequtils +++ /dev/null @@ -1 +0,0 @@ -../init.d/cpufrequtils \ No newline at end of file diff --git a/rc3.d/S04cron b/rc3.d/S04cron new file mode 120000 index 00000000..b7a1f295 --- /dev/null +++ b/rc3.d/S04cron @@ -0,0 +1 @@ +../init.d/cron \ No newline at end of file diff --git a/rc3.d/S04dbus b/rc3.d/S04dbus new file mode 120000 index 00000000..05fdfc6f --- /dev/null +++ b/rc3.d/S04dbus @@ -0,0 +1 @@ +../init.d/dbus \ No newline at end of file diff --git a/rc3.d/S04dovecot b/rc3.d/S04dovecot deleted file mode 120000 index 8ead3e7d..00000000 --- a/rc3.d/S04dovecot +++ /dev/null @@ -1 +0,0 @@ -../init.d/dovecot \ No newline at end of file diff --git a/rc3.d/S04hddtemp b/rc3.d/S04hddtemp new file mode 120000 index 00000000..1f7da5a9 --- /dev/null +++ b/rc3.d/S04hddtemp @@ -0,0 +1 @@ +../init.d/hddtemp \ No newline at end of file diff --git a/rc3.d/S04icinga b/rc3.d/S04icinga new file mode 120000 index 00000000..f1deb9ad --- /dev/null +++ b/rc3.d/S04icinga @@ -0,0 +1 @@ +../init.d/icinga \ No newline at end of file diff --git a/rc3.d/S04iodined b/rc3.d/S04iodined new file mode 120000 index 00000000..d1cf9a2a --- /dev/null +++ b/rc3.d/S04iodined @@ -0,0 +1 @@ +../init.d/iodined \ No newline at end of file diff --git a/rc3.d/S04irqbalance b/rc3.d/S04irqbalance new file mode 120000 index 00000000..10c53421 --- /dev/null +++ b/rc3.d/S04irqbalance @@ -0,0 +1 @@ +../init.d/irqbalance \ No newline at end of file diff --git a/rc3.d/S04kerneloops b/rc3.d/S04kerneloops new file mode 120000 index 00000000..328ba1d2 --- /dev/null +++ b/rc3.d/S04kerneloops @@ -0,0 +1 @@ +../init.d/kerneloops \ No newline at end of file diff --git a/rc3.d/S04loadcpufreq b/rc3.d/S04loadcpufreq new file mode 120000 index 00000000..0e115756 --- /dev/null +++ b/rc3.d/S04loadcpufreq @@ -0,0 +1 @@ +../init.d/loadcpufreq \ No newline at end of file diff --git a/rc3.d/S04mosquitto b/rc3.d/S04mosquitto new file mode 120000 index 00000000..e8e4f21e --- /dev/null +++ b/rc3.d/S04mosquitto @@ -0,0 +1 @@ +../init.d/mosquitto \ No newline at end of file diff --git a/rc3.d/S04mysql b/rc3.d/S04mysql new file mode 120000 index 00000000..4fa20889 --- /dev/null +++ b/rc3.d/S04mysql @@ -0,0 +1 @@ +../init.d/mysql \ No newline at end of file diff --git a/rc3.d/S04ntp b/rc3.d/S04ntp new file mode 120000 index 00000000..33b559d4 --- /dev/null +++ b/rc3.d/S04ntp @@ -0,0 +1 @@ +../init.d/ntp \ No newline at end of file diff --git a/rc3.d/S04openbsd-inetd b/rc3.d/S04openbsd-inetd new file mode 120000 index 00000000..04efe478 --- /dev/null +++ b/rc3.d/S04openbsd-inetd @@ -0,0 +1 @@ +../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc3.d/S04oscam b/rc3.d/S04oscam new file mode 120000 index 00000000..487209a1 --- /dev/null +++ b/rc3.d/S04oscam @@ -0,0 +1 @@ +../init.d/oscam \ No newline at end of file diff --git a/rc3.d/S04proftpd b/rc3.d/S04proftpd new file mode 120000 index 00000000..c4d71fef --- /dev/null +++ b/rc3.d/S04proftpd @@ -0,0 +1 @@ +../init.d/proftpd \ No newline at end of file diff --git a/rc3.d/S04redis-server b/rc3.d/S04redis-server new file mode 120000 index 00000000..6ef689e3 --- /dev/null +++ b/rc3.d/S04redis-server @@ -0,0 +1 @@ +../init.d/redis-server \ No newline at end of file diff --git a/rc3.d/S04rsync b/rc3.d/S04rsync new file mode 120000 index 00000000..3f11f90f --- /dev/null +++ b/rc3.d/S04rsync @@ -0,0 +1 @@ +../init.d/rsync \ No newline at end of file diff --git a/rc3.d/S04shellinabox b/rc3.d/S04shellinabox new file mode 120000 index 00000000..75f89af3 --- /dev/null +++ b/rc3.d/S04shellinabox @@ -0,0 +1 @@ +../init.d/shellinabox \ No newline at end of file diff --git a/rc3.d/S04smartmontools b/rc3.d/S04smartmontools new file mode 120000 index 00000000..c4259b57 --- /dev/null +++ b/rc3.d/S04smartmontools @@ -0,0 +1 @@ +../init.d/smartmontools \ No newline at end of file diff --git a/rc3.d/S04snmpd b/rc3.d/S04snmpd new file mode 120000 index 00000000..f270432a --- /dev/null +++ b/rc3.d/S04snmpd @@ -0,0 +1 @@ +../init.d/snmpd \ No newline at end of file diff --git a/rc3.d/S04spamassassin b/rc3.d/S04spamassassin new file mode 120000 index 00000000..f3a6fff8 --- /dev/null +++ b/rc3.d/S04spamassassin @@ -0,0 +1 @@ +../init.d/spamassassin \ No newline at end of file diff --git a/rc3.d/S04speech-dispatcher b/rc3.d/S04speech-dispatcher new file mode 120000 index 00000000..ef1f4826 --- /dev/null +++ b/rc3.d/S04speech-dispatcher @@ -0,0 +1 @@ +../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc3.d/S04ssh b/rc3.d/S04ssh new file mode 120000 index 00000000..70e14ad5 --- /dev/null +++ b/rc3.d/S04ssh @@ -0,0 +1 @@ +../init.d/ssh \ No newline at end of file diff --git a/rc3.d/S04x2goserver b/rc3.d/S04x2goserver new file mode 120000 index 00000000..1a0ae9fd --- /dev/null +++ b/rc3.d/S04x2goserver @@ -0,0 +1 @@ +../init.d/x2goserver \ No newline at end of file diff --git a/rc3.d/S04zoneminder b/rc3.d/S04zoneminder deleted file mode 120000 index 3f3efbcb..00000000 --- a/rc3.d/S04zoneminder +++ /dev/null @@ -1 +0,0 @@ -../init.d/zoneminder \ No newline at end of file diff --git a/rc3.d/S05amavis-mc b/rc3.d/S05amavis-mc new file mode 120000 index 00000000..8c050640 --- /dev/null +++ b/rc3.d/S05amavis-mc @@ -0,0 +1 @@ +../init.d/amavis-mc \ No newline at end of file diff --git a/rc3.d/S05asterisk b/rc3.d/S05asterisk new file mode 120000 index 00000000..bffdcfb3 --- /dev/null +++ b/rc3.d/S05asterisk @@ -0,0 +1 @@ +../init.d/asterisk \ No newline at end of file diff --git a/rc3.d/S05avahi-daemon b/rc3.d/S05avahi-daemon new file mode 120000 index 00000000..d28b3265 --- /dev/null +++ b/rc3.d/S05avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc3.d/S05bluetooth b/rc3.d/S05bluetooth new file mode 120000 index 00000000..affb39f9 --- /dev/null +++ b/rc3.d/S05bluetooth @@ -0,0 +1 @@ +../init.d/bluetooth \ No newline at end of file diff --git a/rc3.d/S05cpufrequtils b/rc3.d/S05cpufrequtils new file mode 120000 index 00000000..5bd25c59 --- /dev/null +++ b/rc3.d/S05cpufrequtils @@ -0,0 +1 @@ +../init.d/cpufrequtils \ No newline at end of file diff --git a/rc3.d/S05dovecot b/rc3.d/S05dovecot new file mode 120000 index 00000000..8ead3e7d --- /dev/null +++ b/rc3.d/S05dovecot @@ -0,0 +1 @@ +../init.d/dovecot \ No newline at end of file diff --git a/rc3.d/S05openvpn b/rc3.d/S05openvpn deleted file mode 120000 index 7fc299b6..00000000 --- a/rc3.d/S05openvpn +++ /dev/null @@ -1 +0,0 @@ -../init.d/openvpn \ No newline at end of file diff --git a/rc3.d/S05zoneminder b/rc3.d/S05zoneminder new file mode 120000 index 00000000..3f3efbcb --- /dev/null +++ b/rc3.d/S05zoneminder @@ -0,0 +1 @@ +../init.d/zoneminder \ No newline at end of file diff --git a/rc4.d/K02network-manager b/rc4.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc4.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/rc4.d/S02apache2 b/rc4.d/S02apache2 deleted file mode 120000 index 30c71a4f..00000000 --- a/rc4.d/S02apache2 +++ /dev/null @@ -1 +0,0 @@ -../init.d/apache2 \ No newline at end of file diff --git a/rc4.d/S02openvpn b/rc4.d/S02openvpn new file mode 120000 index 00000000..7fc299b6 --- /dev/null +++ b/rc4.d/S02openvpn @@ -0,0 +1 @@ +../init.d/openvpn \ No newline at end of file diff --git a/rc4.d/S03acpid b/rc4.d/S03acpid deleted file mode 120000 index e15f7fe2..00000000 --- a/rc4.d/S03acpid +++ /dev/null @@ -1 +0,0 @@ -../init.d/acpid \ No newline at end of file diff --git a/rc4.d/S03amavis b/rc4.d/S03amavis deleted file mode 120000 index a5185509..00000000 --- a/rc4.d/S03amavis +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis \ No newline at end of file diff --git a/rc4.d/S03anacron b/rc4.d/S03anacron deleted file mode 120000 index fa373cf6..00000000 --- a/rc4.d/S03anacron +++ /dev/null @@ -1 +0,0 @@ -../init.d/anacron \ No newline at end of file diff --git a/rc4.d/S03apache2 b/rc4.d/S03apache2 new file mode 120000 index 00000000..30c71a4f --- /dev/null +++ b/rc4.d/S03apache2 @@ -0,0 +1 @@ +../init.d/apache2 \ No newline at end of file diff --git a/rc4.d/S03apcupsd b/rc4.d/S03apcupsd deleted file mode 120000 index 94f456e3..00000000 --- a/rc4.d/S03apcupsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/apcupsd \ No newline at end of file diff --git a/rc4.d/S03arpwatch b/rc4.d/S03arpwatch deleted file mode 120000 index 50157630..00000000 --- a/rc4.d/S03arpwatch +++ /dev/null @@ -1 +0,0 @@ -../init.d/arpwatch \ No newline at end of file diff --git a/rc4.d/S03atd b/rc4.d/S03atd deleted file mode 120000 index 8cd72487..00000000 --- a/rc4.d/S03atd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atd \ No newline at end of file diff --git a/rc4.d/S03atieventsd b/rc4.d/S03atieventsd deleted file mode 120000 index dcc7cfbc..00000000 --- a/rc4.d/S03atieventsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atieventsd \ No newline at end of file diff --git a/rc4.d/S03batmand b/rc4.d/S03batmand deleted file mode 120000 index 44edf4d5..00000000 --- a/rc4.d/S03batmand +++ /dev/null @@ -1 +0,0 @@ -../init.d/batmand \ No newline at end of file diff --git a/rc4.d/S03cgproxy b/rc4.d/S03cgproxy deleted file mode 120000 index c31f3602..00000000 --- a/rc4.d/S03cgproxy +++ /dev/null @@ -1 +0,0 @@ -../init.d/cgproxy \ No newline at end of file diff --git a/rc4.d/S03cron b/rc4.d/S03cron deleted file mode 120000 index b7a1f295..00000000 --- a/rc4.d/S03cron +++ /dev/null @@ -1 +0,0 @@ -../init.d/cron \ No newline at end of file diff --git a/rc4.d/S03dbus b/rc4.d/S03dbus deleted file mode 120000 index 05fdfc6f..00000000 --- a/rc4.d/S03dbus +++ /dev/null @@ -1 +0,0 @@ -../init.d/dbus \ No newline at end of file diff --git a/rc4.d/S03hddtemp b/rc4.d/S03hddtemp deleted file mode 120000 index 1f7da5a9..00000000 --- a/rc4.d/S03hddtemp +++ /dev/null @@ -1 +0,0 @@ -../init.d/hddtemp \ No newline at end of file diff --git a/rc4.d/S03icinga b/rc4.d/S03icinga deleted file mode 120000 index f1deb9ad..00000000 --- a/rc4.d/S03icinga +++ /dev/null @@ -1 +0,0 @@ -../init.d/icinga \ No newline at end of file diff --git a/rc4.d/S03iodined b/rc4.d/S03iodined deleted file mode 120000 index d1cf9a2a..00000000 --- a/rc4.d/S03iodined +++ /dev/null @@ -1 +0,0 @@ -../init.d/iodined \ No newline at end of file diff --git a/rc4.d/S03irqbalance b/rc4.d/S03irqbalance deleted file mode 120000 index 10c53421..00000000 --- a/rc4.d/S03irqbalance +++ /dev/null @@ -1 +0,0 @@ -../init.d/irqbalance \ No newline at end of file diff --git a/rc4.d/S03kerneloops b/rc4.d/S03kerneloops deleted file mode 120000 index 328ba1d2..00000000 --- a/rc4.d/S03kerneloops +++ /dev/null @@ -1 +0,0 @@ -../init.d/kerneloops \ No newline at end of file diff --git a/rc4.d/S03loadcpufreq b/rc4.d/S03loadcpufreq deleted file mode 120000 index 0e115756..00000000 --- a/rc4.d/S03loadcpufreq +++ /dev/null @@ -1 +0,0 @@ -../init.d/loadcpufreq \ No newline at end of file diff --git a/rc4.d/S03mosquitto b/rc4.d/S03mosquitto deleted file mode 120000 index e8e4f21e..00000000 --- a/rc4.d/S03mosquitto +++ /dev/null @@ -1 +0,0 @@ -../init.d/mosquitto \ No newline at end of file diff --git a/rc4.d/S03mysql b/rc4.d/S03mysql deleted file mode 120000 index 4fa20889..00000000 --- a/rc4.d/S03mysql +++ /dev/null @@ -1 +0,0 @@ -../init.d/mysql \ No newline at end of file diff --git a/rc4.d/S03ntp b/rc4.d/S03ntp deleted file mode 120000 index 33b559d4..00000000 --- a/rc4.d/S03ntp +++ /dev/null @@ -1 +0,0 @@ -../init.d/ntp \ No newline at end of file diff --git a/rc4.d/S03openbsd-inetd b/rc4.d/S03openbsd-inetd deleted file mode 120000 index 04efe478..00000000 --- a/rc4.d/S03openbsd-inetd +++ /dev/null @@ -1 +0,0 @@ -../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc4.d/S03oscam b/rc4.d/S03oscam deleted file mode 120000 index 487209a1..00000000 --- a/rc4.d/S03oscam +++ /dev/null @@ -1 +0,0 @@ -../init.d/oscam \ No newline at end of file diff --git a/rc4.d/S03proftpd b/rc4.d/S03proftpd deleted file mode 120000 index c4d71fef..00000000 --- a/rc4.d/S03proftpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/proftpd \ No newline at end of file diff --git a/rc4.d/S03redis-server b/rc4.d/S03redis-server deleted file mode 120000 index 6ef689e3..00000000 --- a/rc4.d/S03redis-server +++ /dev/null @@ -1 +0,0 @@ -../init.d/redis-server \ No newline at end of file diff --git a/rc4.d/S03rsync b/rc4.d/S03rsync deleted file mode 120000 index 3f11f90f..00000000 --- a/rc4.d/S03rsync +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsync \ No newline at end of file diff --git a/rc4.d/S03shellinabox b/rc4.d/S03shellinabox deleted file mode 120000 index 75f89af3..00000000 --- a/rc4.d/S03shellinabox +++ /dev/null @@ -1 +0,0 @@ -../init.d/shellinabox \ No newline at end of file diff --git a/rc4.d/S03smartmontools b/rc4.d/S03smartmontools deleted file mode 120000 index c4259b57..00000000 --- a/rc4.d/S03smartmontools +++ /dev/null @@ -1 +0,0 @@ -../init.d/smartmontools \ No newline at end of file diff --git a/rc4.d/S03snmpd b/rc4.d/S03snmpd deleted file mode 120000 index f270432a..00000000 --- a/rc4.d/S03snmpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/snmpd \ No newline at end of file diff --git a/rc4.d/S03spamassassin b/rc4.d/S03spamassassin deleted file mode 120000 index f3a6fff8..00000000 --- a/rc4.d/S03spamassassin +++ /dev/null @@ -1 +0,0 @@ -../init.d/spamassassin \ No newline at end of file diff --git a/rc4.d/S03speech-dispatcher b/rc4.d/S03speech-dispatcher deleted file mode 120000 index ef1f4826..00000000 --- a/rc4.d/S03speech-dispatcher +++ /dev/null @@ -1 +0,0 @@ -../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc4.d/S03ssh b/rc4.d/S03ssh deleted file mode 120000 index 70e14ad5..00000000 --- a/rc4.d/S03ssh +++ /dev/null @@ -1 +0,0 @@ -../init.d/ssh \ No newline at end of file diff --git a/rc4.d/S03x2goserver b/rc4.d/S03x2goserver deleted file mode 120000 index 1a0ae9fd..00000000 --- a/rc4.d/S03x2goserver +++ /dev/null @@ -1 +0,0 @@ -../init.d/x2goserver \ No newline at end of file diff --git a/rc4.d/S04acpid b/rc4.d/S04acpid new file mode 120000 index 00000000..e15f7fe2 --- /dev/null +++ b/rc4.d/S04acpid @@ -0,0 +1 @@ +../init.d/acpid \ No newline at end of file diff --git a/rc4.d/S04amavis b/rc4.d/S04amavis new file mode 120000 index 00000000..a5185509 --- /dev/null +++ b/rc4.d/S04amavis @@ -0,0 +1 @@ +../init.d/amavis \ No newline at end of file diff --git a/rc4.d/S04amavis-mc b/rc4.d/S04amavis-mc deleted file mode 120000 index 8c050640..00000000 --- a/rc4.d/S04amavis-mc +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis-mc \ No newline at end of file diff --git a/rc4.d/S04anacron b/rc4.d/S04anacron new file mode 120000 index 00000000..fa373cf6 --- /dev/null +++ b/rc4.d/S04anacron @@ -0,0 +1 @@ +../init.d/anacron \ No newline at end of file diff --git a/rc4.d/S04apcupsd b/rc4.d/S04apcupsd new file mode 120000 index 00000000..94f456e3 --- /dev/null +++ b/rc4.d/S04apcupsd @@ -0,0 +1 @@ +../init.d/apcupsd \ No newline at end of file diff --git a/rc4.d/S04arpwatch b/rc4.d/S04arpwatch new file mode 120000 index 00000000..50157630 --- /dev/null +++ b/rc4.d/S04arpwatch @@ -0,0 +1 @@ +../init.d/arpwatch \ No newline at end of file diff --git a/rc4.d/S04asterisk b/rc4.d/S04asterisk deleted file mode 120000 index bffdcfb3..00000000 --- a/rc4.d/S04asterisk +++ /dev/null @@ -1 +0,0 @@ -../init.d/asterisk \ No newline at end of file diff --git a/rc4.d/S04atd b/rc4.d/S04atd new file mode 120000 index 00000000..8cd72487 --- /dev/null +++ b/rc4.d/S04atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc4.d/S04atieventsd b/rc4.d/S04atieventsd new file mode 120000 index 00000000..dcc7cfbc --- /dev/null +++ b/rc4.d/S04atieventsd @@ -0,0 +1 @@ +../init.d/atieventsd \ No newline at end of file diff --git a/rc4.d/S04avahi-daemon b/rc4.d/S04avahi-daemon deleted file mode 120000 index d28b3265..00000000 --- a/rc4.d/S04avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc4.d/S04batmand b/rc4.d/S04batmand new file mode 120000 index 00000000..44edf4d5 --- /dev/null +++ b/rc4.d/S04batmand @@ -0,0 +1 @@ +../init.d/batmand \ No newline at end of file diff --git a/rc4.d/S04bluetooth b/rc4.d/S04bluetooth deleted file mode 120000 index affb39f9..00000000 --- a/rc4.d/S04bluetooth +++ /dev/null @@ -1 +0,0 @@ -../init.d/bluetooth \ No newline at end of file diff --git a/rc4.d/S04cgproxy b/rc4.d/S04cgproxy new file mode 120000 index 00000000..c31f3602 --- /dev/null +++ b/rc4.d/S04cgproxy @@ -0,0 +1 @@ +../init.d/cgproxy \ No newline at end of file diff --git a/rc4.d/S04cpufrequtils b/rc4.d/S04cpufrequtils deleted file mode 120000 index 5bd25c59..00000000 --- a/rc4.d/S04cpufrequtils +++ /dev/null @@ -1 +0,0 @@ -../init.d/cpufrequtils \ No newline at end of file diff --git a/rc4.d/S04cron b/rc4.d/S04cron new file mode 120000 index 00000000..b7a1f295 --- /dev/null +++ b/rc4.d/S04cron @@ -0,0 +1 @@ +../init.d/cron \ No newline at end of file diff --git a/rc4.d/S04dbus b/rc4.d/S04dbus new file mode 120000 index 00000000..05fdfc6f --- /dev/null +++ b/rc4.d/S04dbus @@ -0,0 +1 @@ +../init.d/dbus \ No newline at end of file diff --git a/rc4.d/S04dovecot b/rc4.d/S04dovecot deleted file mode 120000 index 8ead3e7d..00000000 --- a/rc4.d/S04dovecot +++ /dev/null @@ -1 +0,0 @@ -../init.d/dovecot \ No newline at end of file diff --git a/rc4.d/S04hddtemp b/rc4.d/S04hddtemp new file mode 120000 index 00000000..1f7da5a9 --- /dev/null +++ b/rc4.d/S04hddtemp @@ -0,0 +1 @@ +../init.d/hddtemp \ No newline at end of file diff --git a/rc4.d/S04icinga b/rc4.d/S04icinga new file mode 120000 index 00000000..f1deb9ad --- /dev/null +++ b/rc4.d/S04icinga @@ -0,0 +1 @@ +../init.d/icinga \ No newline at end of file diff --git a/rc4.d/S04iodined b/rc4.d/S04iodined new file mode 120000 index 00000000..d1cf9a2a --- /dev/null +++ b/rc4.d/S04iodined @@ -0,0 +1 @@ +../init.d/iodined \ No newline at end of file diff --git a/rc4.d/S04irqbalance b/rc4.d/S04irqbalance new file mode 120000 index 00000000..10c53421 --- /dev/null +++ b/rc4.d/S04irqbalance @@ -0,0 +1 @@ +../init.d/irqbalance \ No newline at end of file diff --git a/rc4.d/S04kerneloops b/rc4.d/S04kerneloops new file mode 120000 index 00000000..328ba1d2 --- /dev/null +++ b/rc4.d/S04kerneloops @@ -0,0 +1 @@ +../init.d/kerneloops \ No newline at end of file diff --git a/rc4.d/S04loadcpufreq b/rc4.d/S04loadcpufreq new file mode 120000 index 00000000..0e115756 --- /dev/null +++ b/rc4.d/S04loadcpufreq @@ -0,0 +1 @@ +../init.d/loadcpufreq \ No newline at end of file diff --git a/rc4.d/S04mosquitto b/rc4.d/S04mosquitto new file mode 120000 index 00000000..e8e4f21e --- /dev/null +++ b/rc4.d/S04mosquitto @@ -0,0 +1 @@ +../init.d/mosquitto \ No newline at end of file diff --git a/rc4.d/S04mysql b/rc4.d/S04mysql new file mode 120000 index 00000000..4fa20889 --- /dev/null +++ b/rc4.d/S04mysql @@ -0,0 +1 @@ +../init.d/mysql \ No newline at end of file diff --git a/rc4.d/S04ntp b/rc4.d/S04ntp new file mode 120000 index 00000000..33b559d4 --- /dev/null +++ b/rc4.d/S04ntp @@ -0,0 +1 @@ +../init.d/ntp \ No newline at end of file diff --git a/rc4.d/S04openbsd-inetd b/rc4.d/S04openbsd-inetd new file mode 120000 index 00000000..04efe478 --- /dev/null +++ b/rc4.d/S04openbsd-inetd @@ -0,0 +1 @@ +../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc4.d/S04oscam b/rc4.d/S04oscam new file mode 120000 index 00000000..487209a1 --- /dev/null +++ b/rc4.d/S04oscam @@ -0,0 +1 @@ +../init.d/oscam \ No newline at end of file diff --git a/rc4.d/S04proftpd b/rc4.d/S04proftpd new file mode 120000 index 00000000..c4d71fef --- /dev/null +++ b/rc4.d/S04proftpd @@ -0,0 +1 @@ +../init.d/proftpd \ No newline at end of file diff --git a/rc4.d/S04redis-server b/rc4.d/S04redis-server new file mode 120000 index 00000000..6ef689e3 --- /dev/null +++ b/rc4.d/S04redis-server @@ -0,0 +1 @@ +../init.d/redis-server \ No newline at end of file diff --git a/rc4.d/S04rsync b/rc4.d/S04rsync new file mode 120000 index 00000000..3f11f90f --- /dev/null +++ b/rc4.d/S04rsync @@ -0,0 +1 @@ +../init.d/rsync \ No newline at end of file diff --git a/rc4.d/S04shellinabox b/rc4.d/S04shellinabox new file mode 120000 index 00000000..75f89af3 --- /dev/null +++ b/rc4.d/S04shellinabox @@ -0,0 +1 @@ +../init.d/shellinabox \ No newline at end of file diff --git a/rc4.d/S04smartmontools b/rc4.d/S04smartmontools new file mode 120000 index 00000000..c4259b57 --- /dev/null +++ b/rc4.d/S04smartmontools @@ -0,0 +1 @@ +../init.d/smartmontools \ No newline at end of file diff --git a/rc4.d/S04snmpd b/rc4.d/S04snmpd new file mode 120000 index 00000000..f270432a --- /dev/null +++ b/rc4.d/S04snmpd @@ -0,0 +1 @@ +../init.d/snmpd \ No newline at end of file diff --git a/rc4.d/S04spamassassin b/rc4.d/S04spamassassin new file mode 120000 index 00000000..f3a6fff8 --- /dev/null +++ b/rc4.d/S04spamassassin @@ -0,0 +1 @@ +../init.d/spamassassin \ No newline at end of file diff --git a/rc4.d/S04speech-dispatcher b/rc4.d/S04speech-dispatcher new file mode 120000 index 00000000..ef1f4826 --- /dev/null +++ b/rc4.d/S04speech-dispatcher @@ -0,0 +1 @@ +../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc4.d/S04ssh b/rc4.d/S04ssh new file mode 120000 index 00000000..70e14ad5 --- /dev/null +++ b/rc4.d/S04ssh @@ -0,0 +1 @@ +../init.d/ssh \ No newline at end of file diff --git a/rc4.d/S04x2goserver b/rc4.d/S04x2goserver new file mode 120000 index 00000000..1a0ae9fd --- /dev/null +++ b/rc4.d/S04x2goserver @@ -0,0 +1 @@ +../init.d/x2goserver \ No newline at end of file diff --git a/rc4.d/S04zoneminder b/rc4.d/S04zoneminder deleted file mode 120000 index 3f3efbcb..00000000 --- a/rc4.d/S04zoneminder +++ /dev/null @@ -1 +0,0 @@ -../init.d/zoneminder \ No newline at end of file diff --git a/rc4.d/S05amavis-mc b/rc4.d/S05amavis-mc new file mode 120000 index 00000000..8c050640 --- /dev/null +++ b/rc4.d/S05amavis-mc @@ -0,0 +1 @@ +../init.d/amavis-mc \ No newline at end of file diff --git a/rc4.d/S05asterisk b/rc4.d/S05asterisk new file mode 120000 index 00000000..bffdcfb3 --- /dev/null +++ b/rc4.d/S05asterisk @@ -0,0 +1 @@ +../init.d/asterisk \ No newline at end of file diff --git a/rc4.d/S05avahi-daemon b/rc4.d/S05avahi-daemon new file mode 120000 index 00000000..d28b3265 --- /dev/null +++ b/rc4.d/S05avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc4.d/S05bluetooth b/rc4.d/S05bluetooth new file mode 120000 index 00000000..affb39f9 --- /dev/null +++ b/rc4.d/S05bluetooth @@ -0,0 +1 @@ +../init.d/bluetooth \ No newline at end of file diff --git a/rc4.d/S05cpufrequtils b/rc4.d/S05cpufrequtils new file mode 120000 index 00000000..5bd25c59 --- /dev/null +++ b/rc4.d/S05cpufrequtils @@ -0,0 +1 @@ +../init.d/cpufrequtils \ No newline at end of file diff --git a/rc4.d/S05dovecot b/rc4.d/S05dovecot new file mode 120000 index 00000000..8ead3e7d --- /dev/null +++ b/rc4.d/S05dovecot @@ -0,0 +1 @@ +../init.d/dovecot \ No newline at end of file diff --git a/rc4.d/S05openvpn b/rc4.d/S05openvpn deleted file mode 120000 index 7fc299b6..00000000 --- a/rc4.d/S05openvpn +++ /dev/null @@ -1 +0,0 @@ -../init.d/openvpn \ No newline at end of file diff --git a/rc4.d/S05zoneminder b/rc4.d/S05zoneminder new file mode 120000 index 00000000..3f3efbcb --- /dev/null +++ b/rc4.d/S05zoneminder @@ -0,0 +1 @@ +../init.d/zoneminder \ No newline at end of file diff --git a/rc5.d/K02network-manager b/rc5.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc5.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/rc5.d/S02apache2 b/rc5.d/S02apache2 deleted file mode 120000 index 30c71a4f..00000000 --- a/rc5.d/S02apache2 +++ /dev/null @@ -1 +0,0 @@ -../init.d/apache2 \ No newline at end of file diff --git a/rc5.d/S02openvpn b/rc5.d/S02openvpn new file mode 120000 index 00000000..7fc299b6 --- /dev/null +++ b/rc5.d/S02openvpn @@ -0,0 +1 @@ +../init.d/openvpn \ No newline at end of file diff --git a/rc5.d/S03acpid b/rc5.d/S03acpid deleted file mode 120000 index e15f7fe2..00000000 --- a/rc5.d/S03acpid +++ /dev/null @@ -1 +0,0 @@ -../init.d/acpid \ No newline at end of file diff --git a/rc5.d/S03amavis b/rc5.d/S03amavis deleted file mode 120000 index a5185509..00000000 --- a/rc5.d/S03amavis +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis \ No newline at end of file diff --git a/rc5.d/S03anacron b/rc5.d/S03anacron deleted file mode 120000 index fa373cf6..00000000 --- a/rc5.d/S03anacron +++ /dev/null @@ -1 +0,0 @@ -../init.d/anacron \ No newline at end of file diff --git a/rc5.d/S03apache2 b/rc5.d/S03apache2 new file mode 120000 index 00000000..30c71a4f --- /dev/null +++ b/rc5.d/S03apache2 @@ -0,0 +1 @@ +../init.d/apache2 \ No newline at end of file diff --git a/rc5.d/S03apcupsd b/rc5.d/S03apcupsd deleted file mode 120000 index 94f456e3..00000000 --- a/rc5.d/S03apcupsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/apcupsd \ No newline at end of file diff --git a/rc5.d/S03arpwatch b/rc5.d/S03arpwatch deleted file mode 120000 index 50157630..00000000 --- a/rc5.d/S03arpwatch +++ /dev/null @@ -1 +0,0 @@ -../init.d/arpwatch \ No newline at end of file diff --git a/rc5.d/S03atd b/rc5.d/S03atd deleted file mode 120000 index 8cd72487..00000000 --- a/rc5.d/S03atd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atd \ No newline at end of file diff --git a/rc5.d/S03atieventsd b/rc5.d/S03atieventsd deleted file mode 120000 index dcc7cfbc..00000000 --- a/rc5.d/S03atieventsd +++ /dev/null @@ -1 +0,0 @@ -../init.d/atieventsd \ No newline at end of file diff --git a/rc5.d/S03batmand b/rc5.d/S03batmand deleted file mode 120000 index 44edf4d5..00000000 --- a/rc5.d/S03batmand +++ /dev/null @@ -1 +0,0 @@ -../init.d/batmand \ No newline at end of file diff --git a/rc5.d/S03cgproxy b/rc5.d/S03cgproxy deleted file mode 120000 index c31f3602..00000000 --- a/rc5.d/S03cgproxy +++ /dev/null @@ -1 +0,0 @@ -../init.d/cgproxy \ No newline at end of file diff --git a/rc5.d/S03cron b/rc5.d/S03cron deleted file mode 120000 index b7a1f295..00000000 --- a/rc5.d/S03cron +++ /dev/null @@ -1 +0,0 @@ -../init.d/cron \ No newline at end of file diff --git a/rc5.d/S03dbus b/rc5.d/S03dbus deleted file mode 120000 index 05fdfc6f..00000000 --- a/rc5.d/S03dbus +++ /dev/null @@ -1 +0,0 @@ -../init.d/dbus \ No newline at end of file diff --git a/rc5.d/S03hddtemp b/rc5.d/S03hddtemp deleted file mode 120000 index 1f7da5a9..00000000 --- a/rc5.d/S03hddtemp +++ /dev/null @@ -1 +0,0 @@ -../init.d/hddtemp \ No newline at end of file diff --git a/rc5.d/S03icinga b/rc5.d/S03icinga deleted file mode 120000 index f1deb9ad..00000000 --- a/rc5.d/S03icinga +++ /dev/null @@ -1 +0,0 @@ -../init.d/icinga \ No newline at end of file diff --git a/rc5.d/S03iodined b/rc5.d/S03iodined deleted file mode 120000 index d1cf9a2a..00000000 --- a/rc5.d/S03iodined +++ /dev/null @@ -1 +0,0 @@ -../init.d/iodined \ No newline at end of file diff --git a/rc5.d/S03irqbalance b/rc5.d/S03irqbalance deleted file mode 120000 index 10c53421..00000000 --- a/rc5.d/S03irqbalance +++ /dev/null @@ -1 +0,0 @@ -../init.d/irqbalance \ No newline at end of file diff --git a/rc5.d/S03kerneloops b/rc5.d/S03kerneloops deleted file mode 120000 index 328ba1d2..00000000 --- a/rc5.d/S03kerneloops +++ /dev/null @@ -1 +0,0 @@ -../init.d/kerneloops \ No newline at end of file diff --git a/rc5.d/S03loadcpufreq b/rc5.d/S03loadcpufreq deleted file mode 120000 index 0e115756..00000000 --- a/rc5.d/S03loadcpufreq +++ /dev/null @@ -1 +0,0 @@ -../init.d/loadcpufreq \ No newline at end of file diff --git a/rc5.d/S03mosquitto b/rc5.d/S03mosquitto deleted file mode 120000 index e8e4f21e..00000000 --- a/rc5.d/S03mosquitto +++ /dev/null @@ -1 +0,0 @@ -../init.d/mosquitto \ No newline at end of file diff --git a/rc5.d/S03mysql b/rc5.d/S03mysql deleted file mode 120000 index 4fa20889..00000000 --- a/rc5.d/S03mysql +++ /dev/null @@ -1 +0,0 @@ -../init.d/mysql \ No newline at end of file diff --git a/rc5.d/S03ntp b/rc5.d/S03ntp deleted file mode 120000 index 33b559d4..00000000 --- a/rc5.d/S03ntp +++ /dev/null @@ -1 +0,0 @@ -../init.d/ntp \ No newline at end of file diff --git a/rc5.d/S03openbsd-inetd b/rc5.d/S03openbsd-inetd deleted file mode 120000 index 04efe478..00000000 --- a/rc5.d/S03openbsd-inetd +++ /dev/null @@ -1 +0,0 @@ -../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc5.d/S03oscam b/rc5.d/S03oscam deleted file mode 120000 index 487209a1..00000000 --- a/rc5.d/S03oscam +++ /dev/null @@ -1 +0,0 @@ -../init.d/oscam \ No newline at end of file diff --git a/rc5.d/S03proftpd b/rc5.d/S03proftpd deleted file mode 120000 index c4d71fef..00000000 --- a/rc5.d/S03proftpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/proftpd \ No newline at end of file diff --git a/rc5.d/S03redis-server b/rc5.d/S03redis-server deleted file mode 120000 index 6ef689e3..00000000 --- a/rc5.d/S03redis-server +++ /dev/null @@ -1 +0,0 @@ -../init.d/redis-server \ No newline at end of file diff --git a/rc5.d/S03rsync b/rc5.d/S03rsync deleted file mode 120000 index 3f11f90f..00000000 --- a/rc5.d/S03rsync +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsync \ No newline at end of file diff --git a/rc5.d/S03shellinabox b/rc5.d/S03shellinabox deleted file mode 120000 index 75f89af3..00000000 --- a/rc5.d/S03shellinabox +++ /dev/null @@ -1 +0,0 @@ -../init.d/shellinabox \ No newline at end of file diff --git a/rc5.d/S03smartmontools b/rc5.d/S03smartmontools deleted file mode 120000 index c4259b57..00000000 --- a/rc5.d/S03smartmontools +++ /dev/null @@ -1 +0,0 @@ -../init.d/smartmontools \ No newline at end of file diff --git a/rc5.d/S03snmpd b/rc5.d/S03snmpd deleted file mode 120000 index f270432a..00000000 --- a/rc5.d/S03snmpd +++ /dev/null @@ -1 +0,0 @@ -../init.d/snmpd \ No newline at end of file diff --git a/rc5.d/S03spamassassin b/rc5.d/S03spamassassin deleted file mode 120000 index f3a6fff8..00000000 --- a/rc5.d/S03spamassassin +++ /dev/null @@ -1 +0,0 @@ -../init.d/spamassassin \ No newline at end of file diff --git a/rc5.d/S03speech-dispatcher b/rc5.d/S03speech-dispatcher deleted file mode 120000 index ef1f4826..00000000 --- a/rc5.d/S03speech-dispatcher +++ /dev/null @@ -1 +0,0 @@ -../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc5.d/S03ssh b/rc5.d/S03ssh deleted file mode 120000 index 70e14ad5..00000000 --- a/rc5.d/S03ssh +++ /dev/null @@ -1 +0,0 @@ -../init.d/ssh \ No newline at end of file diff --git a/rc5.d/S03x2goserver b/rc5.d/S03x2goserver deleted file mode 120000 index 1a0ae9fd..00000000 --- a/rc5.d/S03x2goserver +++ /dev/null @@ -1 +0,0 @@ -../init.d/x2goserver \ No newline at end of file diff --git a/rc5.d/S04acpid b/rc5.d/S04acpid new file mode 120000 index 00000000..e15f7fe2 --- /dev/null +++ b/rc5.d/S04acpid @@ -0,0 +1 @@ +../init.d/acpid \ No newline at end of file diff --git a/rc5.d/S04amavis b/rc5.d/S04amavis new file mode 120000 index 00000000..a5185509 --- /dev/null +++ b/rc5.d/S04amavis @@ -0,0 +1 @@ +../init.d/amavis \ No newline at end of file diff --git a/rc5.d/S04amavis-mc b/rc5.d/S04amavis-mc deleted file mode 120000 index 8c050640..00000000 --- a/rc5.d/S04amavis-mc +++ /dev/null @@ -1 +0,0 @@ -../init.d/amavis-mc \ No newline at end of file diff --git a/rc5.d/S04anacron b/rc5.d/S04anacron new file mode 120000 index 00000000..fa373cf6 --- /dev/null +++ b/rc5.d/S04anacron @@ -0,0 +1 @@ +../init.d/anacron \ No newline at end of file diff --git a/rc5.d/S04apcupsd b/rc5.d/S04apcupsd new file mode 120000 index 00000000..94f456e3 --- /dev/null +++ b/rc5.d/S04apcupsd @@ -0,0 +1 @@ +../init.d/apcupsd \ No newline at end of file diff --git a/rc5.d/S04arpwatch b/rc5.d/S04arpwatch new file mode 120000 index 00000000..50157630 --- /dev/null +++ b/rc5.d/S04arpwatch @@ -0,0 +1 @@ +../init.d/arpwatch \ No newline at end of file diff --git a/rc5.d/S04asterisk b/rc5.d/S04asterisk deleted file mode 120000 index bffdcfb3..00000000 --- a/rc5.d/S04asterisk +++ /dev/null @@ -1 +0,0 @@ -../init.d/asterisk \ No newline at end of file diff --git a/rc5.d/S04atd b/rc5.d/S04atd new file mode 120000 index 00000000..8cd72487 --- /dev/null +++ b/rc5.d/S04atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc5.d/S04atieventsd b/rc5.d/S04atieventsd new file mode 120000 index 00000000..dcc7cfbc --- /dev/null +++ b/rc5.d/S04atieventsd @@ -0,0 +1 @@ +../init.d/atieventsd \ No newline at end of file diff --git a/rc5.d/S04avahi-daemon b/rc5.d/S04avahi-daemon deleted file mode 120000 index d28b3265..00000000 --- a/rc5.d/S04avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc5.d/S04batmand b/rc5.d/S04batmand new file mode 120000 index 00000000..44edf4d5 --- /dev/null +++ b/rc5.d/S04batmand @@ -0,0 +1 @@ +../init.d/batmand \ No newline at end of file diff --git a/rc5.d/S04bluetooth b/rc5.d/S04bluetooth deleted file mode 120000 index affb39f9..00000000 --- a/rc5.d/S04bluetooth +++ /dev/null @@ -1 +0,0 @@ -../init.d/bluetooth \ No newline at end of file diff --git a/rc5.d/S04cgproxy b/rc5.d/S04cgproxy new file mode 120000 index 00000000..c31f3602 --- /dev/null +++ b/rc5.d/S04cgproxy @@ -0,0 +1 @@ +../init.d/cgproxy \ No newline at end of file diff --git a/rc5.d/S04cpufrequtils b/rc5.d/S04cpufrequtils deleted file mode 120000 index 5bd25c59..00000000 --- a/rc5.d/S04cpufrequtils +++ /dev/null @@ -1 +0,0 @@ -../init.d/cpufrequtils \ No newline at end of file diff --git a/rc5.d/S04cron b/rc5.d/S04cron new file mode 120000 index 00000000..b7a1f295 --- /dev/null +++ b/rc5.d/S04cron @@ -0,0 +1 @@ +../init.d/cron \ No newline at end of file diff --git a/rc5.d/S04dbus b/rc5.d/S04dbus new file mode 120000 index 00000000..05fdfc6f --- /dev/null +++ b/rc5.d/S04dbus @@ -0,0 +1 @@ +../init.d/dbus \ No newline at end of file diff --git a/rc5.d/S04dovecot b/rc5.d/S04dovecot deleted file mode 120000 index 8ead3e7d..00000000 --- a/rc5.d/S04dovecot +++ /dev/null @@ -1 +0,0 @@ -../init.d/dovecot \ No newline at end of file diff --git a/rc5.d/S04hddtemp b/rc5.d/S04hddtemp new file mode 120000 index 00000000..1f7da5a9 --- /dev/null +++ b/rc5.d/S04hddtemp @@ -0,0 +1 @@ +../init.d/hddtemp \ No newline at end of file diff --git a/rc5.d/S04icinga b/rc5.d/S04icinga new file mode 120000 index 00000000..f1deb9ad --- /dev/null +++ b/rc5.d/S04icinga @@ -0,0 +1 @@ +../init.d/icinga \ No newline at end of file diff --git a/rc5.d/S04iodined b/rc5.d/S04iodined new file mode 120000 index 00000000..d1cf9a2a --- /dev/null +++ b/rc5.d/S04iodined @@ -0,0 +1 @@ +../init.d/iodined \ No newline at end of file diff --git a/rc5.d/S04irqbalance b/rc5.d/S04irqbalance new file mode 120000 index 00000000..10c53421 --- /dev/null +++ b/rc5.d/S04irqbalance @@ -0,0 +1 @@ +../init.d/irqbalance \ No newline at end of file diff --git a/rc5.d/S04kerneloops b/rc5.d/S04kerneloops new file mode 120000 index 00000000..328ba1d2 --- /dev/null +++ b/rc5.d/S04kerneloops @@ -0,0 +1 @@ +../init.d/kerneloops \ No newline at end of file diff --git a/rc5.d/S04loadcpufreq b/rc5.d/S04loadcpufreq new file mode 120000 index 00000000..0e115756 --- /dev/null +++ b/rc5.d/S04loadcpufreq @@ -0,0 +1 @@ +../init.d/loadcpufreq \ No newline at end of file diff --git a/rc5.d/S04mosquitto b/rc5.d/S04mosquitto new file mode 120000 index 00000000..e8e4f21e --- /dev/null +++ b/rc5.d/S04mosquitto @@ -0,0 +1 @@ +../init.d/mosquitto \ No newline at end of file diff --git a/rc5.d/S04mysql b/rc5.d/S04mysql new file mode 120000 index 00000000..4fa20889 --- /dev/null +++ b/rc5.d/S04mysql @@ -0,0 +1 @@ +../init.d/mysql \ No newline at end of file diff --git a/rc5.d/S04ntp b/rc5.d/S04ntp new file mode 120000 index 00000000..33b559d4 --- /dev/null +++ b/rc5.d/S04ntp @@ -0,0 +1 @@ +../init.d/ntp \ No newline at end of file diff --git a/rc5.d/S04openbsd-inetd b/rc5.d/S04openbsd-inetd new file mode 120000 index 00000000..04efe478 --- /dev/null +++ b/rc5.d/S04openbsd-inetd @@ -0,0 +1 @@ +../init.d/openbsd-inetd \ No newline at end of file diff --git a/rc5.d/S04oscam b/rc5.d/S04oscam new file mode 120000 index 00000000..487209a1 --- /dev/null +++ b/rc5.d/S04oscam @@ -0,0 +1 @@ +../init.d/oscam \ No newline at end of file diff --git a/rc5.d/S04proftpd b/rc5.d/S04proftpd new file mode 120000 index 00000000..c4d71fef --- /dev/null +++ b/rc5.d/S04proftpd @@ -0,0 +1 @@ +../init.d/proftpd \ No newline at end of file diff --git a/rc5.d/S04redis-server b/rc5.d/S04redis-server new file mode 120000 index 00000000..6ef689e3 --- /dev/null +++ b/rc5.d/S04redis-server @@ -0,0 +1 @@ +../init.d/redis-server \ No newline at end of file diff --git a/rc5.d/S04rsync b/rc5.d/S04rsync new file mode 120000 index 00000000..3f11f90f --- /dev/null +++ b/rc5.d/S04rsync @@ -0,0 +1 @@ +../init.d/rsync \ No newline at end of file diff --git a/rc5.d/S04shellinabox b/rc5.d/S04shellinabox new file mode 120000 index 00000000..75f89af3 --- /dev/null +++ b/rc5.d/S04shellinabox @@ -0,0 +1 @@ +../init.d/shellinabox \ No newline at end of file diff --git a/rc5.d/S04smartmontools b/rc5.d/S04smartmontools new file mode 120000 index 00000000..c4259b57 --- /dev/null +++ b/rc5.d/S04smartmontools @@ -0,0 +1 @@ +../init.d/smartmontools \ No newline at end of file diff --git a/rc5.d/S04snmpd b/rc5.d/S04snmpd new file mode 120000 index 00000000..f270432a --- /dev/null +++ b/rc5.d/S04snmpd @@ -0,0 +1 @@ +../init.d/snmpd \ No newline at end of file diff --git a/rc5.d/S04spamassassin b/rc5.d/S04spamassassin new file mode 120000 index 00000000..f3a6fff8 --- /dev/null +++ b/rc5.d/S04spamassassin @@ -0,0 +1 @@ +../init.d/spamassassin \ No newline at end of file diff --git a/rc5.d/S04speech-dispatcher b/rc5.d/S04speech-dispatcher new file mode 120000 index 00000000..ef1f4826 --- /dev/null +++ b/rc5.d/S04speech-dispatcher @@ -0,0 +1 @@ +../init.d/speech-dispatcher \ No newline at end of file diff --git a/rc5.d/S04ssh b/rc5.d/S04ssh new file mode 120000 index 00000000..70e14ad5 --- /dev/null +++ b/rc5.d/S04ssh @@ -0,0 +1 @@ +../init.d/ssh \ No newline at end of file diff --git a/rc5.d/S04x2goserver b/rc5.d/S04x2goserver new file mode 120000 index 00000000..1a0ae9fd --- /dev/null +++ b/rc5.d/S04x2goserver @@ -0,0 +1 @@ +../init.d/x2goserver \ No newline at end of file diff --git a/rc5.d/S04zoneminder b/rc5.d/S04zoneminder deleted file mode 120000 index 3f3efbcb..00000000 --- a/rc5.d/S04zoneminder +++ /dev/null @@ -1 +0,0 @@ -../init.d/zoneminder \ No newline at end of file diff --git a/rc5.d/S05amavis-mc b/rc5.d/S05amavis-mc new file mode 120000 index 00000000..8c050640 --- /dev/null +++ b/rc5.d/S05amavis-mc @@ -0,0 +1 @@ +../init.d/amavis-mc \ No newline at end of file diff --git a/rc5.d/S05asterisk b/rc5.d/S05asterisk new file mode 120000 index 00000000..bffdcfb3 --- /dev/null +++ b/rc5.d/S05asterisk @@ -0,0 +1 @@ +../init.d/asterisk \ No newline at end of file diff --git a/rc5.d/S05avahi-daemon b/rc5.d/S05avahi-daemon new file mode 120000 index 00000000..d28b3265 --- /dev/null +++ b/rc5.d/S05avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc5.d/S05bluetooth b/rc5.d/S05bluetooth new file mode 120000 index 00000000..affb39f9 --- /dev/null +++ b/rc5.d/S05bluetooth @@ -0,0 +1 @@ +../init.d/bluetooth \ No newline at end of file diff --git a/rc5.d/S05cpufrequtils b/rc5.d/S05cpufrequtils new file mode 120000 index 00000000..5bd25c59 --- /dev/null +++ b/rc5.d/S05cpufrequtils @@ -0,0 +1 @@ +../init.d/cpufrequtils \ No newline at end of file diff --git a/rc5.d/S05dovecot b/rc5.d/S05dovecot new file mode 120000 index 00000000..8ead3e7d --- /dev/null +++ b/rc5.d/S05dovecot @@ -0,0 +1 @@ +../init.d/dovecot \ No newline at end of file diff --git a/rc5.d/S05openvpn b/rc5.d/S05openvpn deleted file mode 120000 index 7fc299b6..00000000 --- a/rc5.d/S05openvpn +++ /dev/null @@ -1 +0,0 @@ -../init.d/openvpn \ No newline at end of file diff --git a/rc5.d/S05zoneminder b/rc5.d/S05zoneminder new file mode 120000 index 00000000..3f3efbcb --- /dev/null +++ b/rc5.d/S05zoneminder @@ -0,0 +1 @@ +../init.d/zoneminder \ No newline at end of file diff --git a/rc6.d/K02network-manager b/rc6.d/K02network-manager new file mode 120000 index 00000000..bcc6e805 --- /dev/null +++ b/rc6.d/K02network-manager @@ -0,0 +1 @@ +../init.d/network-manager \ No newline at end of file diff --git a/systemd/network/wired.network b/systemd/network/wired.network new file mode 100644 index 00000000..cef57fd3 --- /dev/null +++ b/systemd/network/wired.network @@ -0,0 +1,8 @@ +[Match] +Name=eth0 + +[Network] +DNS=192.168.178.1 +Domains=home.lan +Address=192.168.178.25/24 +Gateway=192.168.178.1 diff --git a/systemd/system/dbus-org.freedesktop.nm-dispatcher.service b/systemd/system/dbus-org.freedesktop.nm-dispatcher.service deleted file mode 120000 index 42c0678e..00000000 --- a/systemd/system/dbus-org.freedesktop.nm-dispatcher.service +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/NetworkManager-dispatcher.service \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/NetworkManager.service b/systemd/system/multi-user.target.wants/NetworkManager.service deleted file mode 120000 index 7a9fab3f..00000000 --- a/systemd/system/multi-user.target.wants/NetworkManager.service +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/NetworkManager.service \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/bind9.service b/systemd/system/multi-user.target.wants/bind9.service deleted file mode 120000 index d7c8ee44..00000000 --- a/systemd/system/multi-user.target.wants/bind9.service +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/bind9.service \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/systemd-networkd.service b/systemd/system/multi-user.target.wants/systemd-networkd.service new file mode 120000 index 00000000..3c55b243 --- /dev/null +++ b/systemd/system/multi-user.target.wants/systemd-networkd.service @@ -0,0 +1 @@ +/lib/systemd/system/systemd-networkd.service \ No newline at end of file diff --git a/systemd/system/sockets.target.wants/systemd-networkd.socket b/systemd/system/sockets.target.wants/systemd-networkd.socket new file mode 120000 index 00000000..bcfcdbac --- /dev/null +++ b/systemd/system/sockets.target.wants/systemd-networkd.socket @@ -0,0 +1 @@ +/lib/systemd/system/systemd-networkd.socket \ No newline at end of file