parent
466e10fcdd
commit
ac50522ec8
@ -1,8 +1,6 @@
|
|||||||
[program:srs]
|
[program:srs]
|
||||||
directory=/root/publish/apps/srs
|
directory=/home/pi/publish/apps/srs
|
||||||
command=/root/publish/apps/srs/objs/srs -c /root/publish/apps/srs/conf/srs.conf
|
command=/home/pi/publish/apps/srs/objs/srs -c /home/pi/publish/apps/srs/conf/srs.conf
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
user=root
|
user=pi
|
||||||
stdout_logfile=/root/publish/logs/srs.log
|
|
||||||
stderr_logfile=/root/publish/logs/srs.err
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
[program:usercenter]
|
|
||||||
command=/root/publish/apps/UserCenter/UserCenter
|
|
||||||
directory=/root/publish/apps/UserCenter/
|
|
||||||
autostart=true
|
|
||||||
autorestart=true
|
|
||||||
user=root
|
|
||||||
stdout_logfile=/root/publish/logs/usercenter.log
|
|
||||||
stderr_logfile=/root/publish/logs/usercenter.err
|
|
@ -0,0 +1,6 @@
|
|||||||
|
[program:usercenter]
|
||||||
|
command=/home/pi/publish/apps/UserCenter/UserCenter
|
||||||
|
directory=/home/pi/publish/apps/UserCenter/
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
user=pi
|
Loading…
Reference in new issue