mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Updated sources and moved configuration to its own folder
This commit is contained in:
4
root/etc/init.d/chronyd
Executable file
4
root/etc/init.d/chronyd
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/openrc-run
|
||||
description="Network Time Protocol Daemon"
|
||||
command="/bin/chronyd"
|
||||
pidfile="/run/chrony/chronyd.pid"
|
||||
6
root/etc/init.d/dhcpcd
Executable file
6
root/etc/init.d/dhcpcd
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/openrc-run
|
||||
description="DHCP Client Daemon"
|
||||
command="/bin/dhcpcd"
|
||||
command_args="-M"
|
||||
command_args_background="-b"
|
||||
pidfile="/run/dhcpcd/pid"
|
||||
4
root/etc/init.d/dropbear
Executable file
4
root/etc/init.d/dropbear
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/openrc-run
|
||||
command="/bin/dropbear"
|
||||
command_args="-R"
|
||||
pidfile="/run/dropbear.pid"
|
||||
6
root/etc/init.d/mdevd
Executable file
6
root/etc/init.d/mdevd
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/openrc-run
|
||||
description="Mini Device Mapper Daemon"
|
||||
command="/bin/mdevd"
|
||||
command_args="-O4"
|
||||
command_background="yes"
|
||||
pidfile="/run/mdevd.pid"
|
||||
Reference in New Issue
Block a user