summarylogtreecommitdiffstats
path: root/nzbhydra2.service
blob: 0728380b44850dd5dd5a611085415cbf8e23aced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Be sure to use `systemctl edit nzbhydra2` to modify this service with an override.conf because
# direct changes will be overwritten by package updates.

[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