Using @reboot with cronHow do I list all cron jobs for all users?Cron Jobs stopped workingCannot run Python from CronCron job not kicked offPython / Linux CronRunning cron job at rebootCannot get @reboot Cron job to run Python scriptPHP script is not exceuted by laravel cronPython script doesn't run background process, when called by cronCron job reboot without sudo
Can attackers change the public key of certificate during the SSL handshake
Why do proponents of guns oppose gun competency tests?
“The Fourier transform cannot measure two phases at the same frequency.” Why not?
Would this winged human/angel be able to fly?
Write The Shortest Program To Check If A Binary Tree Is Balanced
How can I use commands with sudo without changing owner of the files?
Four-velocity of radially infalling gas in Schwarzschild metric
Why does putting a dot after the URL remove login information?
GFCI tripping on overload?
A Checkmate of Dubious Legality
Are valid inequalities worth the effort given modern solver preprocessing options?
Why are there yellow dot stickers on the front doors of businesses in Russia?
Custom Metadata SOQL WHERE clause not working
How does Rust's 128-bit integer `i128` work on a 64-bit system?
How to check a file was encrypted (really & correctly)
Based on what criteria do you add/not add icons to labels within a toolbar?
How easy is it to get a gun illegally in the United States?
…down the primrose path
Is space radiation a risk for space film photography, and how is this prevented?
Ancients don't give a full level?
Vectorised way to calculate mean of left and right neighbours in a vector
Upper Bound for a Sum
How do I show and not tell a backstory?
Why do rocket engines use nitrogen actuators to operate the fuel/oxidiser valves instead of electric servos?
Using @reboot with cron
How do I list all cron jobs for all users?Cron Jobs stopped workingCannot run Python from CronCron job not kicked offPython / Linux CronRunning cron job at rebootCannot get @reboot Cron job to run Python scriptPHP script is not exceuted by laravel cronPython script doesn't run background process, when called by cronCron job reboot without sudo
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am attempting to enable cron to run this python script on reboot.
I have already tried both the GUI and script file version of cron, and neither will run the script, while if I run it in terminal, it works. I have also tried to put it into some start up scripts as well, but had no luck.
(OnReboot.py) Python code, located in the home folder
import subprocess
firefox_path = '/usr/bin/iceweasel'
cmdline = [firefox_path]
with open('url_list.txt', 'r') as url_file:
for url in url_file:
cmdline.append(url)
subprocess.Popen(cmdline)
Cron code
@reboot python ./OnReboot.py
I expect that when the Pi restarts, the python code will be ran automatically.
python ubuntu cron raspberry-pi
add a comment |
I am attempting to enable cron to run this python script on reboot.
I have already tried both the GUI and script file version of cron, and neither will run the script, while if I run it in terminal, it works. I have also tried to put it into some start up scripts as well, but had no luck.
(OnReboot.py) Python code, located in the home folder
import subprocess
firefox_path = '/usr/bin/iceweasel'
cmdline = [firefox_path]
with open('url_list.txt', 'r') as url_file:
for url in url_file:
cmdline.append(url)
subprocess.Popen(cmdline)
Cron code
@reboot python ./OnReboot.py
I expect that when the Pi restarts, the python code will be ran automatically.
python ubuntu cron raspberry-pi
add a comment |
I am attempting to enable cron to run this python script on reboot.
I have already tried both the GUI and script file version of cron, and neither will run the script, while if I run it in terminal, it works. I have also tried to put it into some start up scripts as well, but had no luck.
(OnReboot.py) Python code, located in the home folder
import subprocess
firefox_path = '/usr/bin/iceweasel'
cmdline = [firefox_path]
with open('url_list.txt', 'r') as url_file:
for url in url_file:
cmdline.append(url)
subprocess.Popen(cmdline)
Cron code
@reboot python ./OnReboot.py
I expect that when the Pi restarts, the python code will be ran automatically.
python ubuntu cron raspberry-pi
I am attempting to enable cron to run this python script on reboot.
I have already tried both the GUI and script file version of cron, and neither will run the script, while if I run it in terminal, it works. I have also tried to put it into some start up scripts as well, but had no luck.
(OnReboot.py) Python code, located in the home folder
import subprocess
firefox_path = '/usr/bin/iceweasel'
cmdline = [firefox_path]
with open('url_list.txt', 'r') as url_file:
for url in url_file:
cmdline.append(url)
subprocess.Popen(cmdline)
Cron code
@reboot python ./OnReboot.py
I expect that when the Pi restarts, the python code will be ran automatically.
python ubuntu cron raspberry-pi
python ubuntu cron raspberry-pi
edited Mar 28 at 18:37
Rapido
asked Mar 27 at 2:45
RapidoRapido
11 bronze badge
11 bronze badge
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You're asking about @reboot
, but you aren't using it!
If you want your script to run on reboot, specify @reboot
instead of a time specification in your crontab, e.g.
@reboot python ./OnReboot.py
Additionally, a relative path like ./OnReboot.py
may not work correctly in a cronjob, as cron's working directory may not be what you expect. Use an absolute path (e.g. /path/to/OnReboot.py
) for best results.
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55369036%2fusing-reboot-with-cron%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You're asking about @reboot
, but you aren't using it!
If you want your script to run on reboot, specify @reboot
instead of a time specification in your crontab, e.g.
@reboot python ./OnReboot.py
Additionally, a relative path like ./OnReboot.py
may not work correctly in a cronjob, as cron's working directory may not be what you expect. Use an absolute path (e.g. /path/to/OnReboot.py
) for best results.
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
add a comment |
You're asking about @reboot
, but you aren't using it!
If you want your script to run on reboot, specify @reboot
instead of a time specification in your crontab, e.g.
@reboot python ./OnReboot.py
Additionally, a relative path like ./OnReboot.py
may not work correctly in a cronjob, as cron's working directory may not be what you expect. Use an absolute path (e.g. /path/to/OnReboot.py
) for best results.
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
add a comment |
You're asking about @reboot
, but you aren't using it!
If you want your script to run on reboot, specify @reboot
instead of a time specification in your crontab, e.g.
@reboot python ./OnReboot.py
Additionally, a relative path like ./OnReboot.py
may not work correctly in a cronjob, as cron's working directory may not be what you expect. Use an absolute path (e.g. /path/to/OnReboot.py
) for best results.
You're asking about @reboot
, but you aren't using it!
If you want your script to run on reboot, specify @reboot
instead of a time specification in your crontab, e.g.
@reboot python ./OnReboot.py
Additionally, a relative path like ./OnReboot.py
may not work correctly in a cronjob, as cron's working directory may not be what you expect. Use an absolute path (e.g. /path/to/OnReboot.py
) for best results.
answered Mar 27 at 3:08
duskwuffduskwuff
155k21 gold badges192 silver badges245 bronze badges
155k21 gold badges192 silver badges245 bronze badges
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
add a comment |
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
Sorry for the confusion, in cron, I have it typed as @reboot and it still does not work, I just mistyped it in the question.
– Rapido
Mar 28 at 18:37
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55369036%2fusing-reboot-with-cron%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown