This file is indexed.

/lib/systemd/system/pymsnt.service is in pymsnt 0.11.3+hg224-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
[Unit]
Description=MSN transport for XMPP

[Service]
ExecReload=/bin/kill -s HUP $MAINPID
ExecStart=/usr/bin/python /usr/share/pymsnt/PyMSNt.py --config=/etc/pymsnt.conf.xml --log=/var/log/pymsnt/pymsnt.log -o spooldir=/var/lib/pymsnt
Restart=always
Type=simple
User=pymsnt
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target