mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
12 lines
272 B
Desktop File
12 lines
272 B
Desktop File
[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
|