mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
11 lines
238 B
SYSTEMD
11 lines
238 B
SYSTEMD
|
[Unit]
|
||
|
Description=BookStack Queue Worker
|
||
|
|
||
|
[Service]
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
Restart=always
|
||
|
ExecStart=/usr/bin/php__PHPVERSION__ __FINALPATH__/artisan queue:work --sleep=3 --tries=1 --max-time=3600
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|