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