summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/init/linux-systemd/teamspeak-influx.service23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/init/linux-systemd/teamspeak-influx.service b/contrib/init/linux-systemd/teamspeak-influx.service
new file mode 100644
index 0000000..6ff9978
--- /dev/null
+++ b/contrib/init/linux-systemd/teamspeak-influx.service
@@ -0,0 +1,23 @@
+[Unit]
+Description=teamspeak influxdb exporter
+Requires=teamspeak.service
+
+[Service]
+Type=simple
+User=nobody
+Group=nogroup
+Environment="PATH=/opt/teamspeak-influx/venv/bin:/usr/local/bin:/usr/bin:/bin"
+ExecStart=/opt/teamspeak-influx/influx.py
+WorkingDirectory=/opt/teamspeak-influx/
+PrivateDevices=true
+ProtectControlGroups=true
+ProtectHome=true
+ProtectKernelTunables=true
+ProtectKernelModules=yes
+ProtectSystem=full
+NoNewPrivileges=yes
+Restart=always
+RestartSec=5s
+
+[Install]
+WantedBy=multi-user.target