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

11 lines
234 B
SYSTEMD
Raw Normal View History

2020-09-10 07:11:34 -03:00
[Unit]
Description=Lightweight async request processor
[Service]
2020-09-11 09:09:51 -03:00
ExecStart=/usr/local/bin/nano-run server run -c /etc/nano-run/server.yaml
2020-09-10 07:11:34 -03:00
Restart=always
RestartSec=3
2020-10-01 10:09:40 -03:00
Environment=GIN_MODE=release
2020-09-10 07:11:34 -03:00
[Install]
WantedBy=multi-user.target