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:
parent
422287a3c8
commit
13cfb929fc
@ -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
|
# This should be placed in /etc/init.d directory
|
||||||
# start with
|
# start with
|
||||||
# sudo /etc/init.d/cowyo start
|
# sudo /etc/init.d/cowyo start
|
||||||
|
Loading…
Reference in New Issue
Block a user