# This unit gets pulled automatically into multi-user.target by # systemd-rc-local-generator if /etc/rc.d/rc.local is executable. [Unit] Description=/etc/rc.d/rc.local Compatibility After=network.target ConditionFileIsExecutable=/etc/rc.d/rc.local # The rcN.d symlink uses the name "local" while the script itself is # called "rc.local", hence carry both names here. [Service] Type=oneshot ExecStart=/etc/rc.d/rc.local TimeoutSec=0 RemainAfterExit=yes SysVStartPriority=99