diff --git a/conf/booth-arbitrator.service.in b/conf/booth-arbitrator.service.in index a7a59a9..7050ae2 100644 --- a/conf/booth-arbitrator.service.in +++ b/conf/booth-arbitrator.service.in @@ -1,16 +1,19 @@ # 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 @NOTIFY_ACCESS_SWITCH@NotifyAccess=main ExecStart=/usr/sbin/boothd daemon -S -c /etc/booth/booth.conf + +# Restart options include: no, on-success, on-failure, on-abnormal, on-watchdog, on-abort, or always +Restart=on-failure