Skip to content

Instantly share code, notes, and snippets.

@py7hon
Created August 4, 2020 11:53
Show Gist options
  • Save py7hon/1ba8edd569650b8723e6f74290d1630a to your computer and use it in GitHub Desktop.
Save py7hon/1ba8edd569650b8723e6f74290d1630a to your computer and use it in GitHub Desktop.
[Unit]
Description=Transmission BitTorrent Daemon
After=network.target
[Service]
User=root
Type=notify
ExecStart=/usr/bin/transmission-daemon -f --log-error
ExecReload=/bin/kill -s HUP $MAINPID
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment