Files

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

13 lines
195 B
Desktop File
Raw Permalink Normal View History

# /etc/systemd/system/librenms-irc.service
[Unit]
Description=Librenms IRC bot
After=network.target
[Service]
ExecStart=/opt/librenms/irc.php
Restart=always
[Install]
WantedBy=default.target