mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 15:22:08 +00:00
15 lines
396 B
Desktop File
15 lines
396 B
Desktop File
[Unit]
|
|
Description=Net-SNMP software bundle
|
|
After=network-online.target
|
|
Requires=network-online.target
|
|
|
|
[Service]
|
|
Type=notification
|
|
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.net-snmp/bin/snmpd.start"
|
|
ExecStop=/bin/sh -c "exec sh /storage/.kodi/addons/service.net-snmp/bin/snmpd.stop"
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
PIDFile=/var/run/snmpd.pid
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|