search for: conditionfileisexecutable

Displaying 2 results from an estimated 2 matches for "conditionfileisexecutable".

2017 Mar 12
2
How rc-local.service works?
Hi, Let me cite the service file here: [Unit] Description=/etc/rc.d/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.d/rc.local After=network.target [Service] Type=forking ExecStart=/etc/rc.d/rc.local start TimeoutSec=0 RemainAfterExit=yes I basically don't understand two things here: 1. What makes it run? Sure, when I make /etc/rc.d/rc.local executable, it runs. But for all I know, for it to run s...
2017 Mar 12
0
How rc-local.service works?
> Let me cite the service file here: > > [Unit] > Description=/etc/rc.d/rc.local Compatibility > ConditionFileIsExecutable=/etc/rc.d/rc.local > After=network.target > > [Service] > Type=forking > ExecStart=/etc/rc.d/rc.local start > TimeoutSec=0 > RemainAfterExit=yes > > I basically don't understand two things here: > > 1. What makes it run? Sure, when I make /etc/rc.d/rc.local e...