kopano-gateway.service 273 B

12345678910111213
  1. [Unit]
  2. Description=Kopano Core IMAP/POP3 Gateway
  3. Documentation=man:kopano-gateway(8) man:kopano-gateway.cfg(5)
  4. [Service]
  5. Type=simple
  6. Environment=LC_ALL=C LANG=C
  7. ExecStart=/usr/sbin/kopano-gateway -F
  8. ExecReload=/bin/kill -HUP $MAINPID
  9. [Install]
  10. WantedBy=multi-user.target