X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Ffedora%2Frc-local.service;h=f5f940f7ee41dcafc64eb361f25437b87a86ecca;hp=1d5d10506a96491f4767ed468b33d89c387d821b;hb=82e487c56d0947796793b6fd2836264328defe9f;hpb=73d35ff8e475d17a22fc524ae003553021acaa8e diff --git a/units/fedora/rc-local.service b/units/fedora/rc-local.service index 1d5d10506..f5f940f7e 100644 --- a/units/fedora/rc-local.service +++ b/units/fedora/rc-local.service @@ -7,16 +7,12 @@ [Unit] Description=/etc/rc.local Compatibility -ConditionPathExists=/etc/rc.local +ConditionFileIsExecutable=/etc/rc.d/rc.local [Service] Type=forking -Environment=TERM=linux -ExecStart=/etc/rc.local start +ExecStart=/etc/rc.d/rc.local start TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 - -[Install] -WantedBy=multi-user.target