/lib/systemd/system/garb.service is in percona-galera-arbitrator-3 3.8-3390-0ubuntu6.
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 | # Systemd service file for garbd
[Unit]
Description=Galera Arbitrator Daemon
After=network.target syslog.target
[Install]
WantedBy=multi-user.target
Alias=garbd.service
[Service]
User=nobody
EnvironmentFile=-/etc/sysconfig/garb
EnvironmentFile=-/etc/default/garb
ExecStart=/usr/bin/garb-systemd start
TimeoutSec=2m
PrivateTmp=false
|