X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Farch%2Frc-local.service;fp=units%2Farch%2Frc-local.service;h=596861ac95b63fe20bd5475194b0d9d2a0bdb7de;hb=af65a09126e216d468592f069aee50dfe0382d3a;hp=45b6e1648318bb52b2a3c3b16a6e54f0bb04cb53;hpb=daf32cc791f26e2a9849e25b94304839e20fcc3b;p=elogind.git diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service index 45b6e1648..596861ac9 100644 --- a/units/arch/rc-local.service +++ b/units/arch/rc-local.service @@ -7,10 +7,6 @@ [Unit] Description=/etc/rc.local Compatibility -Requires=basic.target -After=basic.target -Conflicts=shutdown.target -Before=getty@tty1.service [Service] ExecStart=/etc/rc.local @@ -18,3 +14,6 @@ ExectStop=/etc/rc.local.shutdown TimeoutSec=0 StandardInput=tty ValidNoProcess=yes + +[Install] +WantedBy=multi-user.target