mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
rc-local: no need to check if the script is executable
rc-local.service is pulled in by a generator only if the script is executable. No need to check again.
This commit is contained in:
parent
1567308317
commit
e951701a4d
@ -9,7 +9,6 @@
|
||||
# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
|
||||
[Unit]
|
||||
Description=/etc/rc.d/rc.local Compatibility
|
||||
ConditionFileIsExecutable=/etc/rc.d/rc.local
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -9,7 +9,6 @@
|
||||
# systemd-rc-local-generator if /etc/init.d/boot.local is executable.
|
||||
[Unit]
|
||||
Description=/etc/init.d/boot.local Compatibility
|
||||
ConditionFileIsExecutable=/etc/init.d/boot.local
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Loading…
Reference in New Issue
Block a user