mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update cowyo.init
Former-commit-id: f9cc519ed696988d290bcf2e44e27f343e45ffea [formerly 1dd981817e9ae27e964bb787ed0fa4f4f81b1203] [formerly e86ce98489854e79a0d131e7605f7f652c107a2b [formerly 274a058f72da8c8b8b425ba9cd9495f6ebd9f277 [formerly17b139765b
]]] Former-commit-id: 4dc3a1fb64ddcf8c03936b65480b167555696330 [formerly fc003c1cbefcfabe874234a4b770bc87e7023b37] Former-commit-id: f4c7141be4a88110f90fcfc55fdf440e77988675 Former-commit-id:1581b15e91
This commit is contained in:
parent
eb16d1f218
commit
08586ea02a
@ -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