diff options
author | Marcin Bachry <hegel666@gmail.com> | 2017-04-23 15:10:39 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-23 15:10:38 +0200 |
commit | 912f003fc320d7f3b97f24db39979c9bebf2e96c (patch) | |
tree | ba79b2c58dcf3e5778b565e65f7f18596ae54dc2 /man | |
parent | 74e941c0226a04e2c6b80dd149d0f55e518481ed (diff) |
doc: fix incorrect reference (#5784)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 44841ac7dd..68bf0b2407 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1384,7 +1384,7 @@ WantedBy=multi-user.target</programlisting> ordered appropriately (<varname>After=</varname>). Thirdly, in order to harden the service a bit more, the administrator would like to set the <varname>PrivateTmp=</varname> setting (see - <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details). And lastly, the administrator would like to reset the niceness of the service to its default value of 0.</para> |