You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/proton-mail-bridge/files/proton-mail-bridge.service-r1

18 lines
341 B

[Unit]
Description=Proton Mail IMAP/SMTP bridge
Documentation=https://proton.me/mail/bridge/
[Service]
ExecStart=/usr/bin/proton-mail-bridge --noninteractive
Restart=on-failure
# Hardening
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install]
WantedBy=default.target