mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix YACReaderLibraryServer service file and service install path.
This commit is contained in:
parent
2c914d6579
commit
237cb02638
@ -149,7 +149,7 @@ isEmpty(DESTDIR) {
|
|||||||
server.path = $$DATADIR/yacreader
|
server.path = $$DATADIR/yacreader
|
||||||
server.files = ../release/server
|
server.files = ../release/server
|
||||||
|
|
||||||
systemd.path = $$LIBDIR/systemd/system
|
systemd.path = $$LIBDIR/systemd/user
|
||||||
systemd.files = yacreaderlibraryserver.service
|
systemd.files = yacreaderlibraryserver.service
|
||||||
|
|
||||||
translation.path = $$DATADIR/yacreader/languages
|
translation.path = $$DATADIR/yacreader/languages
|
||||||
|
@ -8,4 +8,4 @@ Restart=always
|
|||||||
ExecStart=/usr/bin/YACReaderLibraryServer start
|
ExecStart=/usr/bin/YACReaderLibraryServer start
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user