mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update cowyo.init
This commit is contained in:
parent
bbeee5417f
commit
17b139765b
@ -1,15 +1,14 @@
|
||||
|
||||
# This should be placed in /etc/init.d directory
|
||||
# start with
|
||||
# sudo /etc/init.d/shrib start
|
||||
# sudo /etc/init.d/cowyo start
|
||||
# stop with
|
||||
# sudo /etc/init.d/shrib start
|
||||
# sudo /etc/init.d/cowyo start
|
||||
|
||||
dir="/home/phi/Documents/cowyo"
|
||||
user="phi"
|
||||
cmd="./cowyo cowyo.duckdns.org"
|
||||
dir="CUR_DIR"
|
||||
user="USER"
|
||||
cmd="./cowyo EXTERNAL_ADDRESS"
|
||||
|
||||
name="cowyo2"
|
||||
name="cowyo"
|
||||
pid_file="/var/run/$name.pid"
|
||||
stdout_log="/var/log/$name.log"
|
||||
stderr_log="/var/log/$name.err"
|
||||
|
Loading…
Reference in New Issue
Block a user