feature: Create librenms-irc.service (#7087)

* Create librenms-irc.service

basic systemd start up script goes in /etc/systemd/system/librenms-irc.service it is set to start at boot, but it can be stopped or started just like any other systemd script ie. systemctl start librenms-irc.service

* Small changes
This commit is contained in:
allano337 2017-08-16 11:59:02 -07:00 committed by Tony Murray
parent 96b010a735
commit 5dfff2207b

12
misc/librenms-irc.service Normal file
View File

@ -0,0 +1,12 @@
# /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