1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Updated init file

This commit is contained in:
Zack Scholl 2016-02-09 21:40:54 +00:00
parent 422287a3c8
commit 13cfb929fc

View File

@ -1,3 +1,15 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: cowyo
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
### END INIT INFO
# This should be placed in /etc/init.d directory
# start with
# sudo /etc/init.d/cowyo start