[solved] sudo crontab -e, @reboot command
by hkjz from LinuxQuestions.org on (#5FPVK)
Hello,
if i have command
Code:python server.py &which i would like to run from certain directory,
and i would like to run it on every reboot,
how it suppose to be done?
there is
Code:sudo crontab -ewhere i could play
Code:@reboot commandbut i am not sure how to play full command from certain directory,
thanks


if i have command
Code:python server.py &which i would like to run from certain directory,
and i would like to run it on every reboot,
how it suppose to be done?
there is
Code:sudo crontab -ewhere i could play
Code:@reboot commandbut i am not sure how to play full command from certain directory,
thanks