nano-run/bundle/debian/nano-run.service

11 lines
234 B
Desktop File

[Unit]
Description=Lightweight async request processor
[Service]
ExecStart=/usr/local/bin/nano-run server run -c /etc/nano-run/server.yaml
Restart=always
RestartSec=3
Environment=GIN_MODE=release
[Install]
WantedBy=multi-user.target