[Unit] Description=Agent Manager - Gogs Webhook Server Documentation=https://github.com/fszontagh/agent-manager After=network.target [Service] Type=simple User=claude Group=claude WorkingDirectory=/home/claude/agent-manager ExecStart=/usr/bin/node src/index.js Restart=on-failure RestartSec=10s # Environment Environment=NODE_ENV=production # Security hardening NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=read-only ReadWritePaths=/home/claude/agent-manager # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=agent-manager [Install] WantedBy=multi-user.target