Created
August 4, 2020 11:53
-
-
Save py7hon/1ba8edd569650b8723e6f74290d1630a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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