1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00

exec: expose tty reset options in dbus introspection data

This commit is contained in:
Lennart Poettering 2011-05-19 13:22:53 +02:00
parent 6b6d2deecc
commit beaccad011

View File

@ -69,6 +69,9 @@
" <property name=\"StandardOutput\" type=\"s\" access=\"read\"/>\n" \
" <property name=\"StandardError\" type=\"s\" access=\"read\"/>\n" \
" <property name=\"TTYPath\" type=\"s\" access=\"read\"/>\n" \
" <property name=\"TTYReset\" type=\"b\" access=\"read\"/>\n" \
" <property name=\"TTYVHangup\" type=\"b\" access=\"read\"/>\n" \
" <property name=\"TTYVTDisallocate\" type=\"b\" access=\"read\"/>\n" \
" <property name=\"SyslogPriority\" type=\"i\" access=\"read\"/>\n" \
" <property name=\"SyslogIdentifier\" type=\"s\" access=\"read\"/>\n" \
" <property name=\"SyslogLevelPrefix\" type=\"b\" access=\"read\"/>\n" \