iankelling.org
/
git
/
distro-setup
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes to last commit
[distro-setup]
/
filesystem
/
etc
/
systemd
/
system
/
nzbget.service
1
[Unit]
2
Description=NZBGet Daemon
3
Documentation=http://nzbget.net/Documentation
4
After=network.target
5
6
[Service]
7
User=iank
8
Group=iank
9
Type=forking
10
ExecStart=/usr/bin/nzbget -D
11
ExecStop=/usr/bin/nzbget -Q
12
ExecReload=/usr/bin/nzbget -O
13
KillMode=process
14
Restart=on-failure
15
16
[Install]
17
WantedBy=multi-user.target