Files
bongo/init/bongo.service.in
T
2026-07-16 14:26:58 +02:00

28 lines
689 B
Plaintext

[Unit]
Description=Bongo mail and calendar server
Documentation=https://gitea.disconnected-by-peer.at/geos_one/bongo
Wants=network-online.target
After=network-online.target nss-lookup.target local-fs.target clamd.service clamav-daemon.service spamassassin.service spamd.service
[Service]
Type=simple
ExecStart=@SBIN_INSTALL_DIR@/bongo-manager -k
ExecReload=/bin/kill -USR1 $MAINPID
Restart=on-failure
RestartSec=5s
TimeoutStartSec=60s
TimeoutStopSec=45s
KillMode=control-group
KillSignal=SIGTERM
UMask=0077
LimitNOFILE=65536
TasksMax=4096
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=full
ReadWritePaths=@XPL_DEFAULT_STATE_DIR@
[Install]
WantedBy=multi-user.target