284794ec8d
Made-with: Cursor
16 lines
272 B
Desktop File
16 lines
272 B
Desktop File
[Unit]
|
|
Description=nettopo-go API service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
WorkingDirectory=/opt/nettopo-go
|
|
Environment=HTTP_ADDR=:8080
|
|
ExecStart=/opt/nettopo-go/nettopo-server
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|