1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

Add systemd unit files

This commit is contained in:
Tony Murray
2016-03-28 12:56:26 -05:00
parent dd2b95d8d2
commit 50a3c25115
2 changed files with 16 additions and 0 deletions

9
check_mk.socket Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Check_MK LibreNMS Agent Socket
[Socket]
ListenStream=6556
Accept=yes
[Install]
WantedBy=sockets.target

7
check_mk@.service Normal file
View File

@ -0,0 +1,7 @@
[Unit]
Description=Check_MK LibreNMS Agent Script
After=network.target
[Service]
ExecStart=/usr/bin/check_mk_agent
StandardOutput=socket