]> git.ipfire.org Git - thirdparty/systemd.git/commit
Hook up systemd-tmpfiles as user units
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Nov 2017 09:54:29 +0000 (10:54 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 Dec 2017 09:19:35 +0000 (10:19 +0100)
commitcfdda37c9fe0d28fd29a74b665072b92228d68f2
tree93bdd57c0de36b9167be7a0970b80b9e4f268969
parentf2b5ca0e4ea835f0d4d1960123bdfdc1430d940d
Hook up systemd-tmpfiles as user units

An explicit --user switch is necessary because for the user@0.service instance
systemd-tmpfiles is running as root, and we need to distinguish that from
systemd-tmpfiles running in systemd-tmpfiles*.service.

Fixes #2208.

v2:
- restore "systemd-" prefix
- add systemd-tmpfiles-clean.{service,timer}, systemd-setup.service to
  systemd-tmpfiles(8)
man/systemd-tmpfiles.xml
presets/meson.build
presets/user/90-systemd.preset [new file with mode: 0644]
units/user/meson.build
units/user/systemd-tmpfiles-clean.service.in [new file with mode: 0644]
units/user/systemd-tmpfiles-clean.timer [new file with mode: 0644]
units/user/systemd-tmpfiles-setup.service.in [new file with mode: 0644]