mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
fixing https://github.com/systemd/systemd/issues/19689 (cherry picked from commit 682e043c42fe3ac0fee4ce727458aaeb0e638589) (cherry picked from commit 2683e7a16024506b203092208ca1d28b953a111a) (cherry picked from commit 8e00d92fc27df97c1fe578c35c82e096d0aa1670)
15 lines
736 B
Plaintext
15 lines
736 B
Plaintext
#compdef systemd-tmpfiles
|
|
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
_arguments \
|
|
{-h,--help}'[Show help]' \
|
|
'--version[Show package version]' \
|
|
'--create[Create, set ownership/permissions based on the config files.]' \
|
|
'--clean[Clean up all files and directories with an age parameter configured.]' \
|
|
'--remove[All files and directories marked with r, R in the configuration files are removed.]' \
|
|
'--boot[Execute actions only safe at boot]' \
|
|
'--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
|
|
'--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
|
|
'--root=[Operate on an alternate filesystem root]:directory:_directories' \
|
|
'*::files:_files'
|