2020-09-10 10:11:34 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Lightweight async request processor
|
|
|
|
|
|
|
|
[Service]
|
2020-09-11 12:09:51 +00:00
|
|
|
ExecStart=/usr/local/bin/nano-run server run -c /etc/nano-run/server.yaml
|
2020-09-10 10:11:34 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
|
|
|
User=nano-run
|
|
|
|
Group=nano-run
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|