blob: b43c36dff241854cc83a2c7b467ffa28b2454e3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=NZBHydra2 Daemon
Documentation=https://github.com/theotherp/nzbhydra2
After=network.target
[Service]
User=nzbhydra2
Group=nzbhydra2
Type=simple
WorkingDirectory=/usr/lib/nzbhydra2
ExecStart=/usr/bin/python /usr/lib/nzbhydra2/nzbhydra2wrapperPy3.py --nobrowser --datafolder /var/lib/nzbhydra2
Restart=always
SyslogIdentifier=nzbhydra2
[Install]
WantedBy=multi-user.target
|