e60eceba63
* Update/add systemd services * Avoid roundtrip back to postgresql when doing ES search * Use only one ES client
12 lignes
369 o
Desktop File
12 lignes
369 o
Desktop File
[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
|