1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
bookstack_ynh/conf/systemd.service
Éric Gaspar 46180947fe
Queue worker process (#70)
* Add worker

* regenerate config file

* Set log_path to systemd
2022-05-24 20:33:41 +02:00

11 lines
No EOL
238 B
Desktop File

[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