This is a brand new binary, and the CI packaging doesn't pick it up,
causing the upstream testrun to fail (sysext is pulled in by the unit).
link_with : [libshared],
install_rpath : rootlibexecdir,
install : true,
- install_dir : rootbindir)
+ install_dir : rootlibexecdir)
endif
if conf.get('ENABLE_USERDB') == 1
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=@rootbindir@/systemd-sysext --merge
-ExecStop=@rootbindir@/systemd-sysext --unmerge
+ExecStart=@rootlibexecdir@/systemd-sysext --merge
+ExecStop=@rootlibexecdir@/systemd-sysext --unmerge
[Install]
WantedBy=sysinit.target