diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-18 21:47:30 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-18 21:47:30 +0100 |
commit | 891703e1eef9f9850c7bd34b6d9df0e6c2c8a939 (patch) | |
tree | 0dfa3561060f73131f7b00a82dbe8a1c7ba6b966 /man | |
parent | 31ed59c51126fce7d958c188772a397e2a1ed010 (diff) |
persistant -> persistent
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 97bdbba560..9d074ca5ee 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -777,11 +777,11 @@ </varlistentry> <varlistentry> - <term><varname>ControlGroupPersistant=</varname></term> + <term><varname>ControlGroupPersistent=</varname></term> <listitem><para>Takes a boolean argument. If true, the control groups created for this unit will be marked - to be persistant, i.e. systemd will + to be persistent, i.e. systemd will not remove them when stopping the unit. The default is false, meaning that the control groups will be |