[Unit] Description=SHiRE Sentinel Live Threat Alert Bridge Requires=shire-sentinel-suricata.service After=shire-sentinel-suricata.service graphical.target [Service] Type=simple User=root Group=root ExecStart=/usr/bin/python3 /usr/local/lib/shire-sentinel/alert_bridge.py --config /etc/shire-sentinel/alert-bridge.json Restart=always RestartSec=3 TimeoutStopSec=20 NoNewPrivileges=true PrivateTmp=true PrivateDevices=true ProtectSystem=strict ProtectHome=read-only ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true ProtectClock=true RestrictSUIDSGID=true LockPersonality=true MemoryDenyWriteExecute=true ReadOnlyPaths=/var/log/suricata/shire-sentinel ReadWritePaths=/var/lib/shire-sentinel-alert /home/shire3d/ARMOR/data/sentinel [Install] WantedBy=multi-user.target