diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-07 02:31:43 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-07 02:31:43 +0200 |
commit | 47b86590af3c0a3bbac064bf04bf15e9a1236437 (patch) | |
tree | 5b295d2eb33c7060a3a66c47b598688609186f25 /TODO | |
parent | Merge pull request #23396 from msekletar/fix-idle-action-lock (diff) | |
download | systemd-47b86590af3c0a3bbac064bf04bf15e9a1236437.tar.xz systemd-47b86590af3c0a3bbac064bf04bf15e9a1236437.zip |
TODO: fix typo
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ Features: chase_symlinks() instead * make persistent restarts easier by adding a new setting OpenPersistentFile= - or so, which allows openeing one or more files that is "persistent" across + or so, which allows opening one or more files that is "persistent" across service restarts, hot reboot, cold reboots (depending on configuration): the files are created empty on first invocation, and on subsequent invocations the files are reboot. The files would be backed by tmpfs, pmem or /var |