I like pointless separation

This commit is contained in:
Jack L. Frost 2015-02-27 12:45:46 +03:00
parent 578fdab5e5
commit f1cb5532ca
2 changed files with 14 additions and 0 deletions

8
init.d/connmand Executable file
View 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
View File

@ -0,0 +1,6 @@
#!/usr/bin/env watchman
# Author: Alad Wenter
#service_respawn=true
service_command='/usr/bin/rsyslogd'
service_args='-n'