1[Unit]2Description=Website Feeds3After=network.target postgresql.service45[Service]6Type=simple7DynamicUser=true8ExecStart=/usr/local/bin/website-feeds9EnvironmentFile=/etc/website-feeds/config.env10WorkingDirectory=/tmp11Restart=always1213# Hardening options:14CapabilityBoundingSet=15DevicePolicy=closed16LockPersonality=true17MemoryDenyWriteExecute=true18NoNewPrivileges=true19PrivateDevices=true20PrivateTmp=true21PrivateUsers=true22ProcSubset=pid23ProtectClock=true24ProtectControlGroups=true25ProtectHome=true26ProtectHostname=true27ProtectKernelLogs=true28ProtectKernelModules=true29ProtectKernelTunables=true30ProtectSystem=strict31RestrictAddressFamilies=AF_INET AF_INET632RestrictNamespaces=true33RestrictRealtime=true34SystemCallArchitectures=native35SystemCallFilter=@system-service36SystemCallFilter=~@privileged @resources37SystemCallFilter=setrlimit3839[Install]40WantedBy=multi-user.target