shell-completion: systemd-run: add TimerSlackNSec property

This commit is contained in:
Evgeny Vereshchagin 2015-10-15 10:01:09 +00:00
parent f1db332756
commit 8d2bc8e5fd

View file

@ -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