This file is indexed.

/lib/systemd/system/exabgp.service is in exabgp 3.4.13-1.

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
[Unit]
Description=ExaBGP
After=network.target

[Service]
Environment=exabgp_daemon_daemonize=false
Environment=exabgp_log_destination=stdout
Environment=ETC=/etc
ConditionPathExists=/etc/exabgp/exabgp.conf
ExecStart=/usr/sbin/exabgp /etc/exabgp/exabgp.conf
ExecReload=/bin/kill -USR1 $MAINPID

[Install]
WantedBy=multi-user.target