/lib/systemd/system/kanla.service is in kanla 1.4-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 | [Unit]
Description=small-scale alerting daemon
Documentation=man:kanla(1p) http://kanla.zekjur.net/
[Service]
User=kanla
ExecStart=/usr/bin/kanla
[Install]
WantedBy=multi-user.target
|