How to run daemon on Ubuntu 14.04?

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
i have a dedicated server running ubuntu 14.04 .
i want to install this daemon file and run it but still the documentation is not clear . any help please?
enter link description here
14.04
add a comment |Â
up vote
1
down vote
favorite
i have a dedicated server running ubuntu 14.04 .
i want to install this daemon file and run it but still the documentation is not clear . any help please?
enter link description here
14.04
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
i have a dedicated server running ubuntu 14.04 .
i want to install this daemon file and run it but still the documentation is not clear . any help please?
enter link description here
14.04
i have a dedicated server running ubuntu 14.04 .
i want to install this daemon file and run it but still the documentation is not clear . any help please?
enter link description here
14.04
14.04
asked Mar 11 at 20:17
Ys3
134
134
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I think 14.04 used upstart for daemon jobs.
Upstart can be very simple, for example, create a file inside of /etc/init/
sudo nano /etc/init/<filename>
inside the file put:
exec <command>
Then, to start that command as a daemon, do start <filename>
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I think 14.04 used upstart for daemon jobs.
Upstart can be very simple, for example, create a file inside of /etc/init/
sudo nano /etc/init/<filename>
inside the file put:
exec <command>
Then, to start that command as a daemon, do start <filename>
add a comment |Â
up vote
0
down vote
I think 14.04 used upstart for daemon jobs.
Upstart can be very simple, for example, create a file inside of /etc/init/
sudo nano /etc/init/<filename>
inside the file put:
exec <command>
Then, to start that command as a daemon, do start <filename>
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I think 14.04 used upstart for daemon jobs.
Upstart can be very simple, for example, create a file inside of /etc/init/
sudo nano /etc/init/<filename>
inside the file put:
exec <command>
Then, to start that command as a daemon, do start <filename>
I think 14.04 used upstart for daemon jobs.
Upstart can be very simple, for example, create a file inside of /etc/init/
sudo nano /etc/init/<filename>
inside the file put:
exec <command>
Then, to start that command as a daemon, do start <filename>
answered Mar 11 at 20:48
Hugo
421412
421412
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013959%2fhow-to-run-daemon-on-ubuntu-14-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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