13 lines
263 B
Desktop File
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 |