Skip to content

Commit c6bca60

Browse files
Make systemctl daemon-reload a separate command (#1893) (#1898)
1 parent 6ff9525 commit c6bca60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ TimeoutSec=120
7676
7777
[Install]
7878
WantedBy=multi-user.target
79-
//Reload systemctl to pick up the new service file
79+
----
80+
81+
. Reload systemctl to pick up the new service file:
82+
+
83+
[source, shell]
84+
----
8085
systemctl daemon-reload
8186
----
8287

0 commit comments

Comments
 (0)