naco-api/mcpServer.service
2026-07-29 22:09:31 +00:00

19 lines
No EOL
331 B
Desktop File

[Unit]
Description=x402 MCP Go Server
After=network.target
[Service]
User=mcpserver
Group=mcpserver
WorkingDirectory=/home/ubuntu/gitSources/mcpServer
ExecStart=/home/ubuntu/gitSources/mcpServer/bin/main
RuntimeDirectory=mcpserver
RuntimeDirectoryMode=0750
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=multi-user.target