add systemd unit (#659919)

drop sysconfig file
epel9
Praveen 14 years ago
parent 4562987216
commit 3d899b1e7c

@ -0,0 +1,13 @@
# To customize, copy this file to /etc/systemd/system and edit there
[Unit]
Description=Transmission BT Client headless
After=syslog.target network.target
[Service]
User=transmission
ExecStart=/usr/bin/transmission-daemon -f -T --blocklist -g /var/lib/transmission/.config/transmission
StandardError=syslog
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save