mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Updated init file
Former-commit-id: 08732a062f915c857e384a39ac3f9f12e4be3840 [formerly 15ecf1c6025206771d5a68d945c4c438675139ba] [formerly d1993e8df202e525c3e575603855dd228eb0b916 [formerly 13cfb929fc
]]
Former-commit-id: 80ac4cb107a04e3c123a59bb5a407c0e3bacd970 [formerly 5b7d18968aaf5520e968d11052ad2eb0f7b8bea2]
Former-commit-id: edb4767c583e3445dee4fff594ba49eefdd6ac75
This commit is contained in:
parent
31dcb792be
commit
4e777ed699
@ -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