mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
12 lines
210 B
SYSTEMD
12 lines
210 B
SYSTEMD
|
[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
|