diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-03-26 12:13:20 -0400 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-03-27 11:36:41 -0400 |
commit | 686ee62a79e12ad73581ef4e151baad21b624935 (patch) | |
tree | 17c780512be2f1a2c01b73687c18ef3b0a971e75 /init.d/tmpfiles.setup.in | |
parent | c081633762dc66235fe385eedcc2cdf6bff83391 (diff) |
tmpfiles: add support for --boot option
For compatibility with systemd-tmpfiles.
Fixes #17
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'init.d/tmpfiles.setup.in')
-rw-r--r-- | init.d/tmpfiles.setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/tmpfiles.setup.in b/init.d/tmpfiles.setup.in index 7edef5ac..d5a6ecd9 100644 --- a/init.d/tmpfiles.setup.in +++ b/init.d/tmpfiles.setup.in @@ -12,7 +12,7 @@ depend() start() { ebegin "setting up tmpfiles.d entries" - @LIBEXECDIR@/sh/tmpfiles.sh --exclude-prefix=/dev --create --remove \ + @LIBEXECDIR@/sh/tmpfiles.sh --exclude-prefix=/dev --create --remove --boot \ ${tmpfiles_opts} eend $? return 0 |