/lib/systemd/system/kopano-presence.service is in kopano-presence 8.5.5-0ubuntu1.
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=Kopano Core Presence Daemon
# FIXME: remove this hint and the comment once we have a man page for kopano-presence
#Documentation=man:kopano-presence(8)
[Service]
Type=simple
Environment=LC_ALL=C LANG=C
ExecStart=/usr/sbin/kopano-presence -F
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|