blob: c5cacbfdac4e0585b2c52db41a4ac2cba1852393 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Invoice Ninja scheduler service
[Service]
User=http
ExecStart=/usr/bin/php /usr/share/webapps/invoiceninja/artisan schedule:run
[Install]
WantedBy=multi-user.target
|