Browse Source

Update qBittorrent.service

MoeClub 3 years ago
parent
commit
d19e92a92b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qBittorrent/qBittorrent.service

+ 1 - 1
qBittorrent/qBittorrent.service

@@ -4,7 +4,7 @@ After=network.target
 
 
 [Service]
-Type=sample
+Type=simple
 ExecStart=/usr/bin/qbittorrent --add-paused=false --first-and-last --profile=/home
 ExecStop=/usr/bin/kill -9 $MAINPID
 Restart=always