Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   org.freedesktop.systemd1    ( 5 )

интерфейс D-Bus системы systemd (The D-Bus interface of systemd)

AUTOMOUNT UNIT OBJECTS

All automount unit objects implement the org.freedesktop.systemd1.Automount interface (described here) in addition to the generic org.freedesktop.systemd1.Unit interface (see above).

node /org/freedesktop/systemd1/unit/proc_2dsys_2dfs_2dbinfmt_5fmisc_2eautomount { interface org.freedesktop.systemd1.Automount { properties: @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly s Where = '...'; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly u DirectoryMode = ...; readonly s Result = '...'; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t TimeoutIdleUSec = ...; }; interface org.freedesktop.DBus.Peer { ... }; interface org.freedesktop.DBus.Introspectable { ... }; interface org.freedesktop.DBus.Properties { ... }; interface org.freedesktop.systemd1.Unit { ... }; };

Properties Most of the properties map directly to the corresponding settings in the automount unit files.

Result knows the values "success" and "resources" at this time. They have the same meanings as the corresponding values of the corresponding field of the Service object.