Select Git revision
Forked from
hub / hub
Source project has a limited visibility.
uffd-socketmap@.service 913 B
[Unit]
Description=Socketmap proxy for uffd mail alias lookup
After=network.target
Before=postfix.service
[Service]
ExecStart=/usr/bin/uffd-socketmap --socket-fd 3
Restart=always
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=uffd-socketmap-%I
PrivateUsers=true
CapabilityBoundingSet=
NoNewPrivileges=true
RemoveIPC=true
LockPersonality=true
ProtectControlGroups=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectClock=true
ProtectHostname=true
ProtectProc=noaccess
RestrictRealtime=true
RestrictSUIDSGID=true
RestrictNamespaces=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
SystemCallArchitectures=native
SystemCallFilter=@system-service
EnvironmentFile=/etc/uffd-socketmap/defaults
EnvironmentFile=/etc/uffd-socketmap/$I.env
[Install]
WantedBy=default.target