🗑️ remove(systemd): protonmail-bridge service

This commit is contained in:
Sergio Laín 2024-06-19 20:28:39 +02:00
parent 1a6432a27b
commit f5bc67386a
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,26 +0,0 @@
[Unit]
Description=ProtonMail Bridge - ProtonMail IMAP and SMTP Bridge
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/protonmail-bridge-core --noninteractive
Restart=always
KillMode=process
# Hardening
PrivateTmp=true
# ProtectHome=true
ProtectSystem=full
NoNewPrivileges=true
ProtectControlGroups=true
ProtectKernelModules=true
ProtectKernelTunables=true
PrivateDevices=true
# RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RestrictNamespaces=true
RestrictRealtime=true
SystemCallArchitectures=native
[Install]
WantedBy=default.target