forked from Spark/ssm-services
new services
This commit is contained in:
parent
0c138b476a
commit
b980138f40
6
init.d/isc-dhcpd
Executable file
6
init.d/isc-dhcpd
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
# dhcp client daemon initscript
|
||||
|
||||
#service_respawn=true
|
||||
service_command='/usr/sbin/dhcpd'
|
||||
service_args='-f'
|
4
init.d/libvirtd
Executable file
4
init.d/libvirtd
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/libvirtd'
|
4
init.d/oidentd
Executable file
4
init.d/oidentd
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/watchman
|
||||
|
||||
service_command='/usr/bin/oidentd'
|
||||
service_args='-i'
|
6
init.d/openvpn-server
Executable file
6
init.d/openvpn-server
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_respawn='true'
|
||||
service_command="/usr/sbin/openvpn"
|
||||
service_workdir="/etc/openvpn"
|
||||
service_args="server.conf"
|
9
init.d/prosody
Executable file
9
init.d/prosody
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
_prosodyctl='/usr/bin/prosodyctl'
|
||||
|
||||
start() { "$_prosodyctl" start; }
|
||||
stop() { "$_prosodyctl" stop; }
|
||||
restart() { "$_prosodyctl" restart; }
|
||||
reload() { "$_prosodyctl" reload; }
|
||||
status() { "$_prosodyctl" status; }
|
5
init.d/unbound
Executable file
5
init.d/unbound
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/unbound'
|
||||
service_args='-d'
|
Loading…
Reference in New Issue
Block a user