Added an example service file for systemd
This commit is contained in:
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
|
Reference in New Issue
Block a user