13 lignes
369 o
SYSTEMD
13 lignes
369 o
SYSTEMD
|
[Unit]
|
||
|
Description=Sukebei torrent
|
||
|
After=network.target elasticsearch.service postgresql-9.6.service pgpool-II-96.service
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/home/nyaapantsu/go/src/github.com/NyaaPantsu/nyaa/
|
||
|
ExecStart=/home/nyaapantsu/go/src/github.com/NyaaPantsu/nyaa/nyaa -conf=config/sukebei.yml
|
||
|
StandardOutput=syslog
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|