diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-10-28 17:26:50 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-11-05 22:32:14 +0100 |
commit | 51462135fb2428b459eb63c3fc5262cf312e9f12 (patch) | |
tree | 619b1fbed2fc847acf6c24232a96c4a7fc27a384 /test/fuzz/fuzz-unit-file/directives.swap | |
parent | getty: Pass tty to use by agetty via stdin (diff) | |
download | systemd-51462135fb2428b459eb63c3fc5262cf312e9f12.tar.xz systemd-51462135fb2428b459eb63c3fc5262cf312e9f12.zip |
exec: Add TTYRows and TTYColumns properties to set TTY dimensions
Diffstat (limited to '')
-rw-r--r-- | test/fuzz/fuzz-unit-file/directives.swap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fuzz/fuzz-unit-file/directives.swap b/test/fuzz/fuzz-unit-file/directives.swap index 1dfdffb379..f538ba8b60 100644 --- a/test/fuzz/fuzz-unit-file/directives.swap +++ b/test/fuzz/fuzz-unit-file/directives.swap @@ -191,6 +191,8 @@ TTYPath= TTYReset= TTYVHangup= TTYVTDisallocate= +TTYRows= +TTYColumns= TasksAccounting= TasksMax= TemporaryFileSystem= |