1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

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= TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories=
ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=
ProtectSystem=' ProtectSystem= ProtectHome='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0 return 0

View File

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