added --NoRestart option to exec line

This commit is contained in:
d 2017-02-06 09:49:56 -05:00
parent da81856d92
commit a78b544b56
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = jackett
pkgdesc = Use many trackers with Sonarr
pkgver = 0.7.983
pkgrel = 1
pkgrel = 2
url = https://github.com/Jackett/Jackett
install = jackett.install
arch = any

View file

@ -1,6 +1,6 @@
pkgname=jackett
pkgver=0.7.983
pkgrel=1
pkgrel=2
pkgdesc='Use many trackers with Sonarr'
arch=('any')
license=('GPL')

View file

@ -8,7 +8,7 @@ Group=jackett
Restart=always
RestartSec=5
Type=simple
ExecStart=/usr/bin/mono --debug /opt/Jackett/JackettConsole.exe
ExecStart=/usr/bin/mono --debug /opt/Jackett/JackettConsole.exe --NoRestart
TimeoutStopSec=20
[Install]