Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 14, 2023
1 parent 7c8aeee commit 83f67b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@ Starting At Reboot (Systemd)
To run ``AppDaemon`` at reboot, you can set it up to run as a ``systemd
service``. To run it with ``init.d`` instead, see the next section.

Automatically starting on boot
------------------------------

To run ``AppDaemon`` every time you restart your machine, you can set it up to run as a ``systemd service`` as follows.

Systemd service file
^^^^^^^^^^^^^^^^^^^^
Expand All @@ -263,7 +259,7 @@ named something different you may need to change the ``After=`` lines to
reflect the actual name.

Activate the service
~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^

.. code:: console
Expand All @@ -279,7 +275,7 @@ To run ``AppDaemon`` at reboot, you can set it up to run as an ``init.d
service``. To run it with ``systemd`` instead, see the previous section.

Add Init.d Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^

First, create a new file using vi:

Expand Down

0 comments on commit 83f67b9

Please sign in to comment.