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