mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:58:34 +01:00
fix: remove deprecated systemd setting
This commit is contained in:
11
roles/monitoring-master/files/nsca-ng.service
Normal file
11
roles/monitoring-master/files/nsca-ng.service
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Monitoring Command Acceptor
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/sbin/nsca-ng
|
||||||
|
Type=forking
|
||||||
|
User=root
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user