This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecReload=/bin/kill -s HUP $MAINPID
- 
        ExecStart=/usr/bin/transmission-daemon -f --log-error
- 
        ExecStop=/bin/kill -s STOP $MAINPID
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Type=notify
- 
        User=debian-transmission
- 
        User=transmission
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=Transmission BitTorrent Daemon
 
- 
        
Additionnal notes
Nothing here.