19 lines
No EOL
331 B
Desktop File
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 |