mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-08 09:52:57 +02:00
Add lutim-minion@.service
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Image hosting and sharing service job queue
|
||||
Documentation=https://framagit.org/luc/lutim
|
||||
After=lutim.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=www-data
|
||||
WorkingDirectory=/var/www/lutim/
|
||||
ExecStart=/usr/local/bin/carton exec script/application minion worker -m production
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -3,6 +3,8 @@ Description=Image hosting and sharing service
|
||||
Documentation=https://framagit.org/luc/lutim
|
||||
Requires=network.target
|
||||
After=network.target
|
||||
#Requires=postgresql.service
|
||||
#After=postgresql.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
Reference in New Issue
Block a user