mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 04:33:37 +08:00
shell-completion: systemd-run: add TimerSlackNSec property
This commit is contained in:
parent
f1db332756
commit
8d2bc8e5fd
@ -84,7 +84,7 @@ _systemd_run() {
|
||||
LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
|
||||
PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
|
||||
TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
|
||||
SyslogFacility='
|
||||
SyslogFacility= TimerSlackNSec='
|
||||
|
||||
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user