23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
#Created by Russ Long, see README for further information
|
|
#This file is part of TFMM's Home Server Installation Script.
|
|
|
|
#TFMM's Home Server Installation Script is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
#TFMM's Home Server Installation Script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
#You should have received a copy of the GNU General Public License along with TFMM's Home Server Installation Script. If not, see <http://www.gnu.org/licenses/>.
|
|
# ©2014 Russ Long, TFMM
|
|
|
|
[Unit]
|
|
Description=Transmission BitTorrent Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=apache
|
|
Type=notify
|
|
ExecStart=/usr/bin/transmission-daemon -f --log-error
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|