/lib/systemd/system/booth-arbitrator.service is in booth 1.0-6ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # This file is part of Booth.
[Unit]
Description=Booth - Ticket Manager for Pacemaker Clusters
Documentation=man:boothd(8)
After=network-online.target
ConditionFileNotEmpty=/etc/booth/booth.conf
Conflicts=pacemaker.service
[Install]
WantedBy=multi-user.target
[Service]
Type=simple
ExecStart=/usr/sbin/boothd daemon -S -c /etc/booth/booth.conf
|