mirror of https://github.com/go-sonic/sonic.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
294 B
INI
13 lines
294 B
INI
[Unit]
|
|
Description=Go-Sonic Service
|
|
Documentation=https://github.com/go-sonic/sonic
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
User=nobody
|
|
ExecStart=/your_path/sonic -config /your_path/conf/config.yaml
|
|
Restart=on-failure
|
|
RestartPreventExitStatus=23
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |