25 lines
575 B
SYSTEMD
25 lines
575 B
SYSTEMD
[Unit]
|
|
Description=ejabberd influxdb exporter
|
|
Documentation=https://dev.sum7.eu/sum7/ejabberd-tools/-/blob/master/README.md
|
|
Requires=ejabberd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nobody
|
|
Group=nogroup
|
|
Environment="PATH=/opt/ejabberd-tools/venv/bin:/usr/local/bin:/usr/bin:/bin"
|
|
ExecStart=/opt/ejabberd-tools/influx.py
|
|
WorkingDirectory=/opt/ejabberd-tools/
|
|
PrivateDevices=true
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=yes
|
|
ProtectSystem=full
|
|
NoNewPrivileges=yes
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|