I have following two line of commands that needs to be run when the computer starts:
killall syndaemon
syndaemon -i 0.5 -KRd
I created one entry in startup application and added following command:
killall syndaemon & syndaemon -i 0.5 -KRd
But it doesn't get executed.
Tried putting the sleep for few seconds also in the command but no luck.
syndaemon & syndaemon
bysyndaemon && syndaemon
– Jacob Vlijm Feb 28 '17 at 10:51