Trying to run a deamon with crontabcrontab command not runSystem crontab entries not being runCrontab not run job and change jobUbuntu 14.04 randomly freezes after long periods and fails to reboot automatically (crontab)crontab run sequentiallycrontab not run aria2c & scriptCrontab wont run .sh fileCrontab issue with geditRun gsettings with crontabHow to run Django cron in crontab?
Collect Fourier series terms
Finding angle with pure Geometry.
Do VLANs within a subnet need to have their own subnet for router on a stick?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Writing rule stating superpower from different root cause is bad writing
tikz: show 0 at the axis origin
Risk of getting Chronic Wasting Disease (CWD) in the United States?
Email Account under attack (really) - anything I can do?
Is it important to consider tone, melody, and musical form while writing a song?
What's the output of a record cartridge playing an out-of-speed record
"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"
Can a Warlock become Neutral Good?
Font hinting is lost in Chrome-like browsers (for some languages )
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Voyeurism but not really
Mage Armor with Defense fighting style (for Adventurers League bladeslinger)
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
Schoenfled Residua test shows proportionality hazard assumptions holds but Kaplan-Meier plots intersect
TGV timetables / schedules?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
What is the word for reserving something for yourself before others do?
How much RAM could one put in a typical 80386 setup?
Trying to run a deamon with crontab
crontab command not runSystem crontab entries not being runCrontab not run job and change jobUbuntu 14.04 randomly freezes after long periods and fails to reboot automatically (crontab)crontab run sequentiallycrontab not run aria2c & scriptCrontab wont run .sh fileCrontab issue with geditRun gsettings with crontabHow to run Django cron in crontab?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Im very new to linux/ubuntu, and I learned a few stuff by setting up few nodes for cryptocurrencies like Zcoin. I keep bumping into one issue though!
In nodes, if your server is disconnected/offline/doesnt run for whatever reason for more than 3h, they you are penalized and you are ending up in the end of the queue. Im hosting with Vultr at,(running ubuntu 16.04), and occasionally, they will put some servers into maintenance/reboot for hardware failure/some repairs.
So, ideally , i would love a way to have a cronjob that could bring the daemon(the zcoin daemon in my case) back to life on every reboot !
At the moment, after i login to the server, i type those 2 commands:
1) cd ~/zcoin-0.13.7/bin and then
2) ./zcoind -daemon
And thats it!
Can someone please tell me how on earth i need to put the syntax on the crontab -e ?!?
Thank you!
server cron
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Im very new to linux/ubuntu, and I learned a few stuff by setting up few nodes for cryptocurrencies like Zcoin. I keep bumping into one issue though!
In nodes, if your server is disconnected/offline/doesnt run for whatever reason for more than 3h, they you are penalized and you are ending up in the end of the queue. Im hosting with Vultr at,(running ubuntu 16.04), and occasionally, they will put some servers into maintenance/reboot for hardware failure/some repairs.
So, ideally , i would love a way to have a cronjob that could bring the daemon(the zcoin daemon in my case) back to life on every reboot !
At the moment, after i login to the server, i type those 2 commands:
1) cd ~/zcoin-0.13.7/bin and then
2) ./zcoind -daemon
And thats it!
Can someone please tell me how on earth i need to put the syntax on the crontab -e ?!?
Thank you!
server cron
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Im very new to linux/ubuntu, and I learned a few stuff by setting up few nodes for cryptocurrencies like Zcoin. I keep bumping into one issue though!
In nodes, if your server is disconnected/offline/doesnt run for whatever reason for more than 3h, they you are penalized and you are ending up in the end of the queue. Im hosting with Vultr at,(running ubuntu 16.04), and occasionally, they will put some servers into maintenance/reboot for hardware failure/some repairs.
So, ideally , i would love a way to have a cronjob that could bring the daemon(the zcoin daemon in my case) back to life on every reboot !
At the moment, after i login to the server, i type those 2 commands:
1) cd ~/zcoin-0.13.7/bin and then
2) ./zcoind -daemon
And thats it!
Can someone please tell me how on earth i need to put the syntax on the crontab -e ?!?
Thank you!
server cron
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Im very new to linux/ubuntu, and I learned a few stuff by setting up few nodes for cryptocurrencies like Zcoin. I keep bumping into one issue though!
In nodes, if your server is disconnected/offline/doesnt run for whatever reason for more than 3h, they you are penalized and you are ending up in the end of the queue. Im hosting with Vultr at,(running ubuntu 16.04), and occasionally, they will put some servers into maintenance/reboot for hardware failure/some repairs.
So, ideally , i would love a way to have a cronjob that could bring the daemon(the zcoin daemon in my case) back to life on every reboot !
At the moment, after i login to the server, i type those 2 commands:
1) cd ~/zcoin-0.13.7/bin and then
2) ./zcoind -daemon
And thats it!
Can someone please tell me how on earth i need to put the syntax on the crontab -e ?!?
Thank you!
server cron
server cron
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 21 secs ago
Aleksandros F.Aleksandros F.
1
1
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Aleksandros F. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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
);
);
Aleksandros F. is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1131764%2ftrying-to-run-a-deamon-with-crontab%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Aleksandros F. is a new contributor. Be nice, and check out our Code of Conduct.
Aleksandros F. is a new contributor. Be nice, and check out our Code of Conduct.
Aleksandros F. is a new contributor. Be nice, and check out our Code of Conduct.
Aleksandros F. is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1131764%2ftrying-to-run-a-deamon-with-crontab%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