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.files = ../release/server
|
||||
|
||||
systemd.path = $$LIBDIR/systemd/system
|
||||
systemd.path = $$LIBDIR/systemd/user
|
||||
systemd.files = yacreaderlibraryserver.service
|
||||
|
||||
translation.path = $$DATADIR/yacreader/languages
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=YACReaderLibrary headless server
|
||||
Description= YACReaderLibrary headless server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
@ -8,4 +8,4 @@ Restart=always
|
||||
ExecStart=/usr/bin/YACReaderLibraryServer start
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
Loading…
Reference in New Issue
Block a user