kopano-presence.service 210 B

123456789101112
  1. [Unit]
  2. Description=Kopano Core Presence Daemon
  3. [Service]
  4. Type=simple
  5. Environment=LC_ALL=C LANG=C
  6. ExecStart=/usr/sbin/kopano-presence -F
  7. ExecReload=/bin/kill -HUP $MAINPID
  8. [Install]
  9. WantedBy=multi-user.target