Guest User

Untitled

a guest
Oct 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. exec('screen -dmLS client_1 mono /var/www/clients.exe ' + ip + ' ' + port + ' > /var/www/1_log.txt');
  2.  
  3. [program:myapp]
  4. command=nohup mono /var/www/clients.exe 127.0.0.1 8080 > /var/www/1_log.txt
  5. autostart=true
  6. stdout_logfile_backups=5
  7. autorestart=true
  8. startretries=3
  9. stderr_logfile=/var/www/1_log.txt
  10. stdout_logfile=/var/www/1_log.txt
  11. environment=SECRET_PASSPHRASE='это секрет',SECRET_TWO='второй секрет'
Add Comment
Please, Sign In to add comment