mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
13 lines
272 B
SYSTEMD
13 lines
272 B
SYSTEMD
|
[Unit]
|
||
|
Description=Shortened URLs service job queue
|
||
|
Documentation=https://framagit.org/luc/lstu
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=www-data
|
||
|
WorkingDirectory=__FINALPATH__
|
||
|
ExecStart=/usr/local/bin/carton exec script/application minion worker
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|