summarylogtreecommitdiffstats
path: root/nzbhydra2.service
blob: 0b7252b2df7b5abb3d70d9cb9cc1a0c13f0858cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=NZBHydra2 Daemon
Documentation=https://github.com/theotherp/nzbhydra2
After=network.target

[Service]
User=nzbhydra2
Group=nzbhydra2
Type=simple
ExecStart=/usr/bin/nzbhydra2 --nobrowser --datafolder /var/lib/nzbhydra2
Restart=always

[Install]
WantedBy=multi-user.target