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/protonmail-bridge/files/protonmail-bridge.service

18 lines
334 B

[Unit]
Description=ProtonMail IMAP/SMTP bridge
Documentation=https://protonmail.com/bridge/
[Service]
ExecStart=/usr/bin/protonmail-bridge --no-window
Restart=on-failure
# Hardening
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install]
WantedBy=default.target