fix debian service - path to bin

This commit is contained in:
Alexander Baryshnikov 2020-09-11 20:09:51 +08:00
parent 0858389f2a
commit b1b2618d48
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Description=Lightweight async request processor
[Service]
ExecStart=/usr/bin/nano-run server run -c /etc/nano-run/server.yaml
ExecStart=/usr/local/bin/nano-run server run -c /etc/nano-run/server.yaml
Restart=always
RestartSec=3
User=nano-run