blob: 076af9fdddbedb4b1fbd68dde3de105d9f9b6781 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Invoice Ninja queue service
After=redis.service
[Service]
User=http
ExecStart=/usr/bin/php /usr/share/webapps/invoiceninja/artisan queue:work --stop-when-empty
[Install]
WantedBy=multi-user.target
|