13 lignes
247 o
SYSTEMD
13 lignes
247 o
SYSTEMD
|
[Unit]
|
||
|
Description=Torrent indexer for weebs
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/srv/nyaa/
|
||
|
ExecStart=/usr/local/bin/nyaa -dbtype sqlite3 -dbparams ./nyaa.db
|
||
|
StandardOutput=syslog
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|