Files
librenms-librenms/dist/librenms-scheduler.service

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
210 B
SYSTEMD
Raw Normal View History

[Unit]
Description=LibreNMS Scheduler
[Service]
Type=oneshot
StandardOutput=null
StandardError=null
WorkingDirectory=/opt/librenms/
ExecStart=/usr/bin/env php artisan schedule:run
User=librenms
Group=librenms