[Unit] Description=Solstice CI Forge Integration (webhook receiver / enqueuer) After=network-online.target Wants=network-online.target [Service] Type=simple EnvironmentFile=-/etc/solstice/forge-integration.env ExecStart=/usr/bin/forge-integration --http-addr ${HTTP_ADDR:-0.0.0.0:8080} Restart=on-failure RestartSec=3s NoNewPrivileges=true ProtectSystem=full ProtectHome=true PrivateTmp=true [Install] WantedBy=multi-user.target