diff --git a/oerv-firstboot.spec b/oerv-firstboot.spec index b373dee..a61f2f4 100644 --- a/oerv-firstboot.spec +++ b/oerv-firstboot.spec @@ -22,6 +22,7 @@ Requires: coreutils %install install -Dm 755 oerv-firstboot.sh %{buildroot}/%{_sbindir}/oerv-firstboot.sh install -Dm 644 oerv-firstboot.service %{buildroot}/etc/systemd/system/oerv-firstboot.service +mkdir -p "%{buildroot}/etc/systemd/system/multi-user.target.wants/" ln -s "/etc/systemd/system/oerv-firstboot.service" "%{buildroot}/etc/systemd/system/multi-user.target.wants/oerv-firstboot.service" %files