IMAP_CalDAV_Daemon/imap-idle-caldav.service
2026-02-12 20:30:10 -05:00

25 lines
497 B
Desktop File

[Unit]
Description=IMAP IDLE to CalDAV daemon
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=imap-idle-caldav
ExecStart=/opt/imap-idle-caldav/.venv/bin/imap-idle-caldav -c /etc/imap-idle-caldav/config.yaml
Restart=on-failure
RestartSec=10
# Hardening
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
RestrictSUIDSGID=true
[Install]
WantedBy=multi-user.target