diff options
Diffstat (limited to 'root/etc/init.d')
| -rwxr-xr-x | root/etc/init.d/chronyd | 4 | ||||
| -rwxr-xr-x | root/etc/init.d/dhcpcd | 6 | ||||
| -rwxr-xr-x | root/etc/init.d/dropbear | 4 | ||||
| -rwxr-xr-x | root/etc/init.d/mdevd | 6 |
4 files changed, 0 insertions, 20 deletions
diff --git a/root/etc/init.d/chronyd b/root/etc/init.d/chronyd deleted file mode 100755 index ebe513b..0000000 --- a/root/etc/init.d/chronyd +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/openrc-run -description="Network Time Protocol Daemon" -command="/bin/chronyd" -pidfile="/run/chrony/chronyd.pid" diff --git a/root/etc/init.d/dhcpcd b/root/etc/init.d/dhcpcd deleted file mode 100755 index 419556b..0000000 --- a/root/etc/init.d/dhcpcd +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/openrc-run -description="DHCP Client Daemon" -command="/bin/dhcpcd" -command_args="-M" -command_args_background="-b" -pidfile="/run/dhcpcd/pid" diff --git a/root/etc/init.d/dropbear b/root/etc/init.d/dropbear deleted file mode 100755 index 405bd03..0000000 --- a/root/etc/init.d/dropbear +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/openrc-run -command="/bin/dropbear" -command_args="-R" -pidfile="/run/dropbear.pid" diff --git a/root/etc/init.d/mdevd b/root/etc/init.d/mdevd deleted file mode 100755 index f8c7e4f..0000000 --- a/root/etc/init.d/mdevd +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/openrc-run -description="Mini Device Mapper Daemon" -command="/bin/mdevd" -command_args="-O4" -command_background="yes" -pidfile="/run/mdevd.pid" |
