Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 
fe31nz
1294 posts

Uber Geek
+1 received by user: 423


  #2132309 22-Nov-2018 22:05
Send private message

The command "service <name> start" is obsolete and deprecated in Ubuntu 16.04 and above.  That command is for upstart, and upstart is gone and replaced by systemd in 16.04.  They did do some mapping of the "service" command to the systemd equivalent, so it mostly still works, but you really now should be using the systemd commands directly:

 

systemctl <command> <name>

 

where <command> is start, stop, restart, reload and a whole pile of other less used things.  See "man systemctl".  I have found that systemd is very good for creating a service out of a program, now that I understand it well enough.  But most programs used as services get installed as a service anyway - the package has the necessary config files.  To see if there is a service installed, try a command like:

 

systemctl list-unit-files | grep cron

 

which will show you all the systemd "units" that have "cron" in their name.  Anything that has ".service" at the end is a service.




dt

dt

1152 posts

Uber Geek
+1 received by user: 371
Inactive user


  #2132561 23-Nov-2018 11:21
Send private message

nzkc:

 

Yes. And you can use the jobs command to see what background tasks you have.  Do note that if you logout of that session that job will stop.  You need to use nohup or screen to avoid that.

 

 

 

 

Cheers that worked adding & at the end and could switch to and from it using bg/fg

 

the no log out is a deal breaker for what im doing, it a bunch of community gaming servers, they've already been offline a couple of times because of that and I couldn't figure out why.. :-) 

 

Thanks to everyone, reading through the comments and the links systemd is definitely what I need to do next, will give it a crack today and report back with how I get on :) 

 

 


1 | 2 
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.