Template:Daemon

From ParabolaWiki
Jump to: navigation, search
This page is a template. It contains no Arch Linux-related information, but should be used as part of other articles. For more information, read Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to voice your opinion regarding this template.

instructions for starting a daemon - to avoid the dozens of variations in different articles.


1 Usage

{{Daemon|daemon-name}}

2 Example

Start the daemon-name daemon:

# rc.d start daemon-name

Add daemon-name to your DAEMONS array so it starts automatically on boot:

File: /etc/rc.conf
DAEMONS=(... '''daemon-name''' ...)