/lib/systemd/system/booth@.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 16 17 18 | # This file is part of Booth.
[Unit]
Description=Booth - Ticket Manager for Pacemaker Clusters
Documentation=man:boothd(8)
ConditionFileNotEmpty=/etc/booth/%i.conf
Conflicts=pacemaker.service
PartOf=booth.service
ReloadPropagatedFrom=booth.service
Before=booth.service
[Install]
Alias=boothd.service
WantedBy=multi-user.target
[Service]
Type=simple
ExecStart=/usr/sbin/boothd daemon -S -c %i
|