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
commit e00c96df99
6 changed files with 20 additions and 17 deletions

View file

@ -218,7 +218,7 @@ AC_SUBST(QBT_REMOVE_DEFINES)
AC_OUTPUT(conf.pri)
AS_IF([test "x$enable_systemd" = "xyes"],
[AC_OUTPUT(dist/unix/systemd/qbittorrent-nox.service)])
[AC_OUTPUT(dist/unix/systemd/qbittorrent-nox@.service)])