mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
man: use systemctl enable --now
This commit is contained in:
parent
aa9f9e587d
commit
ee3c52ebbe
@ -135,8 +135,7 @@ server {
|
||||
</example>
|
||||
<example>
|
||||
<title>Enabling the proxy</title>
|
||||
<programlisting><![CDATA[# systemctl enable proxy-to-nginx.socket
|
||||
# systemctl start proxy-to-nginx.socket
|
||||
<programlisting><![CDATA[# systemctl enable --now proxy-to-nginx.socket
|
||||
$ curl http://localhost:80/]]></programlisting>
|
||||
</example>
|
||||
</refsect2>
|
||||
@ -176,8 +175,7 @@ server {
|
||||
</example>
|
||||
<example>
|
||||
<title>Enabling the proxy</title>
|
||||
<programlisting><![CDATA[# systemctl enable proxy-to-nginx.socket
|
||||
# systemctl start proxy-to-nginx.socket
|
||||
<programlisting><![CDATA[# systemctl enable --now proxy-to-nginx.socket
|
||||
$ curl http://localhost:80/]]></programlisting>
|
||||
</example>
|
||||
</refsect2>
|
||||
|
Loading…
Reference in New Issue
Block a user