tmpfiles.dev: remove --remove option
For compatibility with systemd. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
This commit is contained in:
parent
686ee62a79
commit
20d7b83150
@ -14,8 +14,7 @@ depend()
|
|||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
ebegin "setting up tmpfiles.d entries for /dev"
|
ebegin "setting up tmpfiles.d entries for /dev"
|
||||||
@LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --remove \
|
@LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts}
|
||||||
${tmpfiles_opts}
|
|
||||||
eend $?
|
eend $?
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user