summarylogtreecommitdiffstats
path: root/monica-scheduler.service
blob: d18f18db2869f0f03c5e0ea9fb3330ba7d5bdb6f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Monica scheduler service

[Service]
Type=oneshot
User=http
WorkingDirectory=/usr/share/webapps/monica
ExecStart=/usr/bin/php artisan schedule:run

[Install]
WantedBy=basic.target