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:
parent
eff580744c
commit
64fa5643df
@ -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
|
||||||
|
@ -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' \
|
||||||
|
Loading…
Reference in New Issue
Block a user