File: _systemd-tmpfiles

package info (click to toggle)
systemd 215-17
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 49,568 kB
  • sloc: ansic: 192,789; xml: 39,586; sh: 13,002; makefile: 4,700; perl: 1,461; python: 1,355
file content (10 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#compdef systemd-tmpfiles

_arguments \
    '--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.]' \
    '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
    '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
    '--help[Prints a short help text and exits.]' \
    '*::files:_files'