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 pkgbase = jackett
pkgdesc = Use many trackers with Sonarr pkgdesc = Use many trackers with Sonarr
pkgver = 0.7.983 pkgver = 0.7.983
pkgrel = 1 pkgrel = 2
url = https://github.com/Jackett/Jackett url = https://github.com/Jackett/Jackett
install = jackett.install install = jackett.install
arch = any arch = any

View file

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

View file

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