This file is indexed.

/lib/systemd/system/kanla.service is in kanla 1.5-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=small-scale alerting daemon
Documentation=man:kanla(1p) http://kanla.zekjur.net/

[Service]
# In case kanla crashes, it’s good to restart it.
# In the default configuration it will check whether it was restarted
# and will notify you about it, so that you can look into the crash.
Restart=always
User=kanla
ExecStart=/usr/bin/kanla

[Install]
WantedBy=multi-user.target