Skip to content

Commit e8975b0

Browse files
committed
Change to using --now in systemd example to simplify install steps (#152)
* Change to using --now in systemd example to simplify install steps * Put the command line args in the correct (canonical) order Signed-off-by: Volker Theile <[email protected]> --------- Signed-off-by: Volker Theile <[email protected]> Co-authored-by: Volker Theile <[email protected]> (cherry picked from commit 59482a3) Signed-off-by: Volker Theile <[email protected]>
1 parent 55456e6 commit e8975b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

installation/on_debian.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ reconfiguring the network using the :command:`omv-firstaid` command.
4747
.. code-block:: console
4848
4949
apt-get install --yes systemd-resolved
50-
systemctl enable systemd-resolved
51-
systemctl start systemd-resolved
50+
systemctl enable --now systemd-resolved.service
5251
resolvectl dns <INTERFACE> <DNS_SERVER_IP>
5352
5453
Install the |omv| keyring manually:

0 commit comments

Comments
 (0)