diff --git a/lib/systemd/system/remount-secure.service b/lib/systemd/system/remount-secure.service index 6adfcbc..ba6e017 100644 --- a/lib/systemd/system/remount-secure.service +++ b/lib/systemd/system/remount-secure.service @@ -15,7 +15,7 @@ After=qubes-sysinit.service [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/libexec/security-misc/remount-secure +ExecStart=/usr/bin/remount-secure [Install] WantedBy=sysinit.target diff --git a/usr/libexec/security-misc/remount-secure b/usr/bin/remount-secure similarity index 100% rename from usr/libexec/security-misc/remount-secure rename to usr/bin/remount-secure