mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
9 lines
No EOL
247 B
Text
9 lines
No EOL
247 B
Text
[program:__APP__-horizon]
|
|
process_name=%(program_name)s
|
|
command=php__PHPVERSION__ __FINALPATH__/artisan horizon
|
|
autostart=true
|
|
autorestart=true
|
|
user=__APP__
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/log/__APP__/__APP__-horizon.log
|
|
stopwaitsecs=3600 |