17 lines
341 B
Text
17 lines
341 B
Text
[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
|