Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[aarch64] Fix location of systemd unit files. Contributes to JB#50027
  • Loading branch information
mlehtima committed Jul 6, 2020
1 parent 9b051ba commit f3c321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssud/ssud.pro
Expand Up @@ -15,7 +15,7 @@ SOURCES = \
DBUS_SERVICE_NAME=org.nemo.ssu

systemd.files = ../systemd/dbus-$${DBUS_SERVICE_NAME}.service
systemd.path = /lib/systemd/system/
systemd.path = /usr/lib/systemd/system/

service.files = ../dbus/$${DBUS_SERVICE_NAME}.service
service.path = /usr/share/dbus-1/system-services/
Expand Down

0 comments on commit f3c321b

Please sign in to comment.