Skip to content

Commit 53c556d

Browse files
Make systemctl daemon-reload a separate command (#1893)
1 parent ec83306 commit 53c556d

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
@@ -81,7 +81,12 @@ TimeoutSec=120
8181
8282
[Install]
8383
WantedBy=multi-user.target
84-
//Reload systemctl to pick up the new service file
84+
----
85+
86+
. Reload systemctl to pick up the new service file:
87+
+
88+
[source, shell]
89+
----
8590
systemctl daemon-reload
8691
----
8792

0 commit comments

Comments
 (0)