mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-07 09:49:21 +01:00
11 lines
214 B
Desktop File
11 lines
214 B
Desktop File
[Unit]
|
|
Description=A Headless Bittorrent client using rb_libtorrent
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=default.target
|