This file is indexed.

/lib/systemd/system/garb.service is in percona-galera-arbitrator-3 3.21-0ubuntu2.

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
19
20
21
22
# 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

# Use SIGINT because with the default SIGTERM
# garbd fails to reliably transition to 'destroyed' state
KillSignal=SIGINT

TimeoutSec=2m
PrivateTmp=false