13 lines
214 B
Desktop File
13 lines
214 B
Desktop File
#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
|