systemd service with user switch.

rm previous systemd unit service

cmake now placing new file 'qbittorrent-nox@.service.in'

systemd service now "Type=simple"
This commit is contained in:
Anton-Latukha 2017-05-18 16:51:50 +03:00 committed by sledgehammer999
commit 54e8b6944e
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
6 changed files with 20 additions and 17 deletions

View file

@ -32,7 +32,7 @@ DIST_PATH = ../dist/unix
# Systemd Service file
nogui:systemd {
systemdService.files = $$DIST_PATH/systemd/qbittorrent-nox.service
systemdService.files = $$DIST_PATH/systemd/qbittorrent-nox@.service
systemdService.path = $$PREFIX/lib/systemd/system/
INSTALLS += systemdService
}