forked from pneymrl2f/nightingale
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
325 B
21 lines
325 B
[Unit]
|
|
Description="n9e-webapi"
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
ExecStart=/root/gopath/src/n9e/n9e webapi
|
|
WorkingDirectory=/root/gopath/src/n9e
|
|
|
|
Restart=on-failure
|
|
SuccessExitStatus=0
|
|
LimitNOFILE=65536
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=n9e-webapi
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|