forked from Spark/ssm-services
I like pointless separation
This commit is contained in:
parent
578fdab5e5
commit
f1cb5532ca
8
init.d/connmand
Executable file
8
init.d/connmand
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env watchman
|
||||
# Author: Alad Wenter
|
||||
|
||||
depends dbus || return 1
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/connmand'
|
||||
service_args='-n'
|
6
init.d/rsyslogd
Executable file
6
init.d/rsyslogd
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env watchman
|
||||
# Author: Alad Wenter
|
||||
|
||||
#service_respawn=true
|
||||
service_command='/usr/bin/rsyslogd'
|
||||
service_args='-n'
|
Loading…
Reference in New Issue
Block a user