first commit

This commit is contained in:
2026-01-25 15:18:59 +04:00
commit 10479ddef8
9 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Node Exporter Service
After=network.target
[Service]
User=nodeusr
Group=nodeusr
Type=simple
ExecStart={{ NE_bin_path }} --web.listen-address={{ NE_host }}:{{ NE_port }} {{ NE_options }}
ExecReload=/bin/kill -HUP $MAINPID
Restart={{ NE_restart }}
[Install]
WantedBy=multi-user.target