/lib/systemd/system/kopano-dagent.service is in kopano-dagent 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 14 15 16 17 18 | [Unit]
Description=Kopano DAgent Server
After=network.target
After=local-fs.target
After=remote-fs.target
After=mysql.service
After=kopano-server.service
Documentation=man:kopano-dagent(8)
Documentation=man:kopano-dagent.cfg(5)
[Service]
Type=simple
ExecStart=/usr/sbin/kopano-dagent -l -F -c /etc/kopano/dagent.cfg
KillMode=process
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|