diff options
author | Yegor Alexeyev <yegor.alexeyev@gmail.com> | 2021-07-25 05:20:27 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-08-10 17:08:00 +0200 |
commit | 836fb00f2190811c2bf804860f5afe1160d10eac (patch) | |
tree | 96814ed9e07684476e5f6f8c04a3bc370e9c5dcb /man/logind.conf.xml | |
parent | b553abd8aed0f6fbff9973882fb08c3aec1d9400 (diff) | |
download | systemd-836fb00f2190811c2bf804860f5afe1160d10eac.tar.gz |
units: added factory-reset.target
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r-- | man/logind.conf.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 5dc24a3f05..3045c1b9ba 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -216,8 +216,9 @@ <literal>suspend</literal>, <literal>hibernate</literal>, <literal>hybrid-sleep</literal>, - <literal>suspend-then-hibernate</literal>, and - <literal>lock</literal>. + <literal>suspend-then-hibernate</literal>, + <literal>lock</literal>, and + <literal>factory-reset</literal>. If <literal>ignore</literal>, logind will never handle these keys. If <literal>lock</literal>, all running sessions will be screen-locked; otherwise, the specified action will be taken |