1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00
systemd-stable/man
Franck Bui e9fd88f2e9 core: allow 'SetUnitProperties()' to run on inactive units too
'set-property' has been primarly designed to change some properties of
*active* units.

However it can easily work on inactive units as well. In that case
changes are only saved in a drop-in for futur uses and changes will be
effective when unit will be started.

Actually it already works on inactive units but that was not
documented and not fully supported. Indeed the inactive units had to
be known by the manager otherwise it was reported as not loaded:

 $ systemctl status my-test.service
 * my-test.service - My Testing Unit
    Loaded: loaded (/etc/systemd/system/my-test.service; static; vendor preset: disabled)
   Drop-In: /etc/systemd/system/my-test.service.d
    Active: inactive (dead)

 $ systemctl set-property my-test.service MemoryLimit=1000000
 Failed to set unit properties on my-test.service: Unit my-test.service is not loaded.

[ Note: that the unit load state reported by the 'status' command
  might be confusing since it claimed the unit as loaded but
  'set-property' reported the contrary. ]

One can possibily workaround this by making the unit a dependency of
another active unit so the manager will keep it around:

 $ systemctl add-wants multi-user.target my-test.service
 Created symlink from /etc/systemd/system/multi-user.target.wants/my-test.service to /etc/systemd/system/my-test.service.

 $ systemctl set-property my-test.service MemoryLimit=1000000

 $ systemctl status my-test.service
 * my-test.service - My Testing Unit
    Loaded: loaded (/etc/systemd/system/my-test.service; enabled; vendor preset: disabled)
   Drop-In: /etc/systemd/system/my-test.service.d
            `-50-MemoryLimit.conf
    Active: inactive (dead)

This patch simply forces 'SetUnitProperties()' to load the unit if
it's not already the case.

It also documents the fact that 'set-property' can be used on inactive
units.
2015-11-22 15:06:14 +01:00
..
.gitignore build-sys,man: use XML entities to substite strings 2013-03-29 20:30:21 -04:00
binfmt.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
bootchart.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
bootctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
bootup.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
busctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
coredump.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
coredumpctl.xml man: minor fixes to coredumpctl(1) 2015-08-25 20:06:46 +02:00
crypttab.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
custom-html.xsl doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
custom-man.xsl man: always supply quotes around literals 2013-06-26 08:05:14 -04:00
daemon.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
file-hierarchy.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
glib-event-glue.c man: glib-event-glue.c - remove unnecessary includes 2014-11-03 14:46:28 +01:00
halt.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hostname.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hostnamectl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hwdb.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
journal-remote.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
journalctl.xml journalctl: make --rotate synchronous, too 2015-11-11 14:29:10 +01:00
journald.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
kernel-command-line.xml Fixed kernel-command-line links 2015-11-06 14:59:42 +01:00
kernel-install.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
less-variables.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
libsystemd-pkgconfig.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
libudev.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
locale.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
localectl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
localtime.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
loginctl.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
logind.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
machine-id.xml man: use "=" when referring to configuration file settings 2015-09-30 12:14:22 -04:00
machine-info.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
machinectl.xml Merge pull request #1831 from keszybz/todo-trimming 2015-11-10 14:43:42 +01:00
Makefile build-sys: add small redirecting Makefiles to simplify compilation from within emacs 2010-05-17 01:44:03 +02:00
modules-load.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
networkctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
nss-myhostname.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
nss-mymachines.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
nss-resolve.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
os-release.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
pam_systemd.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
resolved.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
runlevel.xml man: describe the reason why runlevels are obsolete 2015-11-10 08:16:08 -05:00
sd_booted.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_creds_get_pid.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_creds_new_from_pid.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_default.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_error_add_map.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_error.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_message_append_array.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_bus_message_append_basic.xml man: update and extend the various sd_bus_message_append_*() man pages 2015-07-07 20:35:45 +02:00
sd_bus_message_append_string_memfd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_append_strv.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_append.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_bus_message_get_cookie.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_get_monotonic_usec.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_negotiate_fds.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_new.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_bus_path_encode.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_request_name.xml man: minor updates to the sd_bus_request_name() documentation 2015-07-08 13:53:42 -04:00
sd_event_add_child.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_add_defer.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_add_signal.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_add_time.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_get_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_new.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_event_run.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_set_name.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_wait.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_get_seats.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_id128_get_machine.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_id128_randomize.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_id128_to_string.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_is_fifo.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_add_match.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_get_catalog.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_cursor.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_cutoff_realtime_usec.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_data.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_get_fd.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_journal_get_realtime_usec.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_usage.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_next.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_open.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_print.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_query_unique.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_seek_head.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_stream_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_listen_fds.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_login_monitor_new.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_machine_get_class.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_notify.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_pid_get_session.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_seat_get_active.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_session_is_active.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_uid_get_state.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_watchdog_enabled.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd-bus-errors.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd-daemon.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-id128.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-journal.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-login.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
shutdown.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
standard-conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
standard-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sysctl.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemctl.xml core: allow 'SetUnitProperties()' to run on inactive units too 2015-11-22 15:06:14 +01:00
systemd-activate.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-analyze.xml core: remove support for RequiresOverridable= and RequisiteOverridable= 2015-11-12 19:27:24 +01:00
systemd-ask-password-console.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-ask-password.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-backlight@.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-binfmt.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-bootchart.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-bus-proxyd.service.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
systemd-bus-proxyd.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
systemd-cat.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cgls.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-cgtop.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-coredump.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cryptsetup-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cryptsetup@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-debug-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-delta.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-detect-virt.xml man: normalize indentation in sd-detect-virt(1) 2015-11-10 18:48:59 -05:00
systemd-escape.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-firstboot.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-fsck@.service.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd-fstab-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-getty-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-gpt-auto-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-halt.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hibernate-resume-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hibernate-resume@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hostnamed.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hwdb.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-inhibit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-initctl.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-gatewayd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-remote.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-upload.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-journald.service.xml journalctl: add new --sync switch for syncing the journal to disk 2015-11-11 13:39:18 +01:00
systemd-localed.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-logind.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-machine-id-commit.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-machine-id-setup.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-machined.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-modules-load.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-networkd-wait-online.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-networkd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-notify.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-nspawn.xml nspawn: add new --network-veth-extra= switch for defining additional veth links 2015-11-12 22:04:49 +01:00
systemd-path.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd-quotacheck.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-random-seed.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-remount-fs.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-resolved.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-rfkill.service.xml rfkill: rework and make it listen on /dev/rfkill 2015-10-01 16:21:09 +02:00
systemd-run.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-sleep.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-socket-proxyd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-suspend.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-sysctl.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-system-update-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-system.conf.xml core: support IEC suffixes for RLIMIT stuff 2015-11-06 11:06:52 +01:00
systemd-sysusers.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-sysv-generator.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-timedated.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-timesyncd.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-tmpfiles.xml man: systemd-tmpfiles requires absolute filenames 2015-10-19 18:32:35 +00:00
systemd-tty-ask-password-agent.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-udevd.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-update-done.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-update-utmp.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-user-sessions.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-vconsole-setup.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.automount.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.device.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.exec.xml Merge pull request #1854 from poettering/unit-deps 2015-11-11 23:14:12 +01:00
systemd.generator.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd.journal-fields.xml man: systemd.journal-fields: add info about _TRANSPORT=audit 2015-10-03 05:38:06 +03:00
systemd.kill.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.link.xml man: add more (and simpler examples) to network.link(5) 2015-11-12 11:16:17 +01:00
systemd.mount.xml core: remove SmackFileSystemRootLabel= again 2015-11-12 12:50:59 +01:00
systemd.netdev.xml Merge pull request #1629 from ssahani/vxlan 2015-11-09 23:36:59 +01:00
systemd.network.xml networkd: stop managing per-interface IP forwarding settings 2015-11-13 13:02:50 +01:00
systemd.nspawn.xml nspawn: add new --network-veth-extra= switch for defining additional veth links 2015-11-12 22:04:49 +01:00
systemd.path.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.preset.xml Typo fix in systemd.preset manpage 2015-07-17 15:02:26 +02:00
systemd.resource-control.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.scope.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.service.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.slice.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.socket.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.special.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.swap.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.target.xml core: remove support for RequiresOverridable= and RequisiteOverridable= 2015-11-12 19:27:24 +01:00
systemd.time.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd.timer.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.unit.xml Merge pull request #1869 from poettering/kill-overridable 2015-11-13 14:04:34 +01:00
systemd.xml Remove snapshot unit type 2015-11-10 19:33:06 -05:00
sysusers.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
telinit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
timedatectl.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
timesyncd.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
tmpfiles.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_device_get_syspath.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_device_has_tag.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_device_new_from_syspath.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_enumerate_add_match_subsystem.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_enumerate_new.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_enumerate_scan_devices.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_list_entry.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
udev_monitor_filter_update.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_monitor_new_from_netlink.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_monitor_receive_device.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_new.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
udev.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
udevadm.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
user-system-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
vconsole.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00