Хочу сделать из qbittorrent-nox демона с помощью systemd.
qbittorrent-nox.service:
[Unit]
Description=Qbittorrentd Service
After=network.target
[Service]
ExecStart=/usr/bin/qbittorrent-nox -d -s
[Install]
WantedBy=multi-user.targetsystemctl status qbittorrent-nox.service
qbittorrent-nox.service - Qbittorrentd Service
Loaded: loaded (/etc/systemd/system/qbittorrent-nox.service; disabled)
Active: inactive (dead)
CGroup: name=systemd:/system/qbittorrent-nox.service
Sep 07 15:59:59 suSeServer.site systemd[1]: Starting Qbittorrentd Service...
Sep 07 15:59:59 suSeServer.site systemd[1]: Started Qbittorrentd Service.
Sep 07 15:59:59 suSeServer.site qbittorrent-nox[10292]: *** Legal Notice ***
Sep 07 15:59:59 suSeServer.site qbittorrent-nox[10292]: qBittorrent is a file sharing program. When you run a torrent, its data will be made available to others by means of upload. Any content you share is your sole responsibility.
Sep 07 15:59:59 suSeServer.site qbittorrent-nox[10292]: No further notices will be issued.
Sep 07 15:59:59 suSeServer.site qbittorrent-nox[10292]: Press 'y' key to accept and continue...При этом при простом выполнении /usr/bin/qbittorrent-nox запроса 'y' не происходит.
Подскажи плз решение проблемы
