mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
use blade as conmmands template (#444)
* use blade as conmmands template * fix lint * fix ssl
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
[program:{{ $name }}]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command={{ $command }}
|
||||
autostart={{ $autoStart }}
|
||||
autorestart={{ $autoRestart }}
|
||||
user={{ $user }}
|
||||
numprocs={{ $numprocs }}
|
||||
redirect_stderr=true
|
||||
stdout_logfile={{ $logFile }}
|
||||
stopwaitsecs=3600
|
Reference in New Issue
Block a user