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
2 years ago
|
[Unit]
|
||
2 years ago
|
Description=Go-Sonic Service
|
||
|
Documentation=https://github.com/go-sonic/sonic
|
||
2 years ago
|
After=network.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
User=nobody
|
||
2 years ago
|
ExecStart=/your_path/sonic -config /your_path/conf/config.yaml
|
||
2 years ago
|
Restart=on-failure
|
||
|
RestartPreventExitStatus=23
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|