Tagged Questions
9
votes
2answers
1k views
How do I set up a service?
I have a script that I would like to run as a service on my Ubuntu Server 11.04 headless box. That is, I want to have the correct files under /etc/init.d/ and to be able to control it via the service ...
2
votes
2answers
4k views
How can I do chkconfig like in Fedora? [duplicate]
Possible Duplicate:
Chkconfig alternative for Ubuntu Server?
In Fedora I can do
$ chkconfig --list | grep ssh
Note: This output shows SysV services only and does not include native
...
0
votes
1answer
262 views
How should I specify command-line arguments for atd?
The manual for atd describes the command-line option:
-b Specify the minimum interval in seconds between the start of two
batch jobs (60 default).
How can I permanently set this option so ...