nano-run/bundle/debian/nano-run.service
Alexander Baryshnikov 68c0c63a9f add admin UI
2020-10-01 21:09:40 +08:00

13 lines
263 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
User=nano-run
Group=nano-run
Environment=GIN_MODE=release
[Install]
WantedBy=multi-user.target