diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-08 19:46:49 -0400 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-07-05 14:19:20 -0400 |
| commit | 466a9b7fe1a2eb91d6007c67eeead6484917e64c (patch) | |
| tree | 9e12af35cb803ad28bd4e78a092b4586d9b8c0ab /systemd/docs | |
| parent | 7b3e876ddef01e9f17ef56ea371074be2ee90139 (diff) | |
| download | python-systemd-466a9b7fe1a2eb91d6007c67eeead6484917e64c.tar.gz | |
systemd-python: add wrappers for easy functions in sd-login
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names.
Diffstat (limited to 'systemd/docs')
| -rw-r--r-- | systemd/docs/index.rst | 1 | ||||
| -rw-r--r-- | systemd/docs/login.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/systemd/docs/index.rst b/systemd/docs/index.rst index 8a94d07..e78d966 100644 --- a/systemd/docs/index.rst +++ b/systemd/docs/index.rst @@ -14,6 +14,7 @@ Contents: journal id128 daemon + login Indices and tables ================== diff --git a/systemd/docs/login.rst b/systemd/docs/login.rst new file mode 100644 index 0000000..2cd9d8c --- /dev/null +++ b/systemd/docs/login.rst @@ -0,0 +1,5 @@ +`systemd.login` module +======================= + +.. automodule:: systemd.login + :members: |
