shell-completion: systemd-run: add the property ProtectHome

This commit is contained in:
Evgeny Vereshchagin 2015-10-26 00:22:34 +00:00
parent eff580744c
commit 64fa5643df
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ _systemd_run() {
TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories=
ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=
ProtectSystem='
ProtectSystem= ProtectHome='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0

View file

@ -39,7 +39,7 @@ _arguments \
TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= \
SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= \
ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= \
ProtectSystem= \
ProtectSystem= ProtectHome= \
))' \
'--description=[Description for unit]:description' \
'--slice=[Run in the specified slice]:slices:__slices' \