Fix YACReaderLibraryServer service file and service install path.

This commit is contained in:
Felix Kauselmann 2017-11-03 08:32:35 +01:00
parent 2c914d6579
commit 237cb02638
2 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ isEmpty(DESTDIR) {
server.path = $$DATADIR/yacreader
server.files = ../release/server
systemd.path = $$LIBDIR/systemd/system
systemd.path = $$LIBDIR/systemd/user
systemd.files = yacreaderlibraryserver.service
translation.path = $$DATADIR/yacreader/languages

View File

@ -8,4 +8,4 @@ Restart=always
ExecStart=/usr/bin/YACReaderLibraryServer start
[Install]
WantedBy=multi-user.target
WantedBy=default.target