Skip to content

Commit

Permalink
Make systemctl daemon-reload a separate command (#1893)
Browse files Browse the repository at this point in the history
:wq
:qw
  • Loading branch information
NataliaIvakina committed Oct 22, 2024
1 parent c1c1ef2 commit ad758e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/ROOT/pages/installation/linux/tarball.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ TimeoutSec=120
[Install]
WantedBy=multi-user.target
Reload systemctl to pick up the new service file
----

. Reload systemctl to pick up the new service file:
+
[source, shell]
----
systemctl daemon-reload
----

Expand Down

0 comments on commit ad758e3

Please sign in to comment.