kopano-spooler.service 263 B

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