Added an example service file for systemd
This commit is contained in:
parent
3a79f01e58
commit
2551d3b011
12
who-needs-a-majorit.service
Normal file
12
who-needs-a-majorit.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#example service file
|
||||||
|
|
||||||
|
[Unit]
|
||||||
|
Description=Modifies the qourum service.
|
||||||
|
After=pve-cluster.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/bin/bash /usr/local/bin/who-needs-a-majority
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user