parent
466e10fcdd
commit
ac50522ec8
@ -1,8 +1,6 @@
|
||||
[program:srs]
|
||||
directory=/root/publish/apps/srs
|
||||
command=/root/publish/apps/srs/objs/srs -c /root/publish/apps/srs/conf/srs.conf
|
||||
directory=/home/pi/publish/apps/srs
|
||||
command=/home/pi/publish/apps/srs/objs/srs -c /home/pi/publish/apps/srs/conf/srs.conf
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=root
|
||||
stdout_logfile=/root/publish/logs/srs.log
|
||||
stderr_logfile=/root/publish/logs/srs.err
|
||||
user=pi
|
||||
|
@ -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