diff --git a/doc/plinth.xml b/doc/plinth.xml
index 28a6fde99..e2f97d090 100644
--- a/doc/plinth.xml
+++ b/doc/plinth.xml
@@ -38,9 +38,7 @@
plinthSERVER_DIR
- PIDFILE
-
@@ -72,24 +70,6 @@
Options
-
-
-
-
- Write the process ID of the daemon into the provided
- PIDFILE. By default the value from
- plinth.config is used. Plinth is
- shipped with a value of
- /var/run/plinth.pid in
- /etc/plinth/plinth.config. When
- /etc/plinth/plinth.config is not
- available, plinth.config from current
- directory is used. In source directory, this has the
- default value of
- ./data/var/run/plinth.pid.
-
-
-
@@ -120,18 +100,6 @@
-
-
-
-
- Normally Plinth goes into daemon mode as soon as it
- finishes initialization. This is useful when performing
- development and debugging on the command line. Further,
- this is useful when running as systemd service as systemd
- takes care of sending the process into background.
-
-
-
@@ -161,21 +129,20 @@
Examples
- Start Plinth as daemon with default options
+ Start Plinth with default options$ plinth
- Become a daemon after initialization and write a PIDFILE as
- specified in the configuration.
+ Run Plinth as guided by configuration file.
Run Plinth for debugging
- $ plinth --server_dir=/plinth --debug --no-daemon
+ $ plinth --server_dir=/plinth --debug
- Enable debug mode and don't become a daemon. Also override
- the configuration file value for the URL fragment to start
- Plinth under and set it to /plinth.
+ Enable debug mode and run on terminal. Also override the
+ configuration file value for the URL fragment to start Plinth
+ under and set it to /plinth.