Start at boot
This commit is contained in:
parent
734e1c7f72
commit
5248462fb5
2 changed files with 17 additions and 0 deletions
9
prometheus-mumble.service
Normal file
9
prometheus-mumble.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Export Mumble Server stats for Prometheus
|
||||
After=mumble-server.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/chaos/prometheus-mumble/run-server.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue