diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-09 17:06:22 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-09 17:06:22 +0300 |
commit | 2c882b8bfa29937fb808fa1dd60c2a7ab0e8e85e (patch) | |
tree | 4c2b70c9206fde2ab64f11a5c26e4ccdfbe5cd83 /shell-completion | |
parent | ce3cef2c52d928709674d8447b6c49062dd14a96 (diff) | |
parent | dc800d8406fa2af0720974a35b38cc3452ad7233 (diff) |
Merge pull request #1512 from evverx/systemd-run-syslog-properties
systemd-run can launch units with SyslogIdentifier and SyslogLevelPrefix
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemd-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index be34788ab7..b1387a28b6 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -83,7 +83,7 @@ _systemd_run() { LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE= LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices= PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory= - TTYPath=' + TTYPath= SyslogIdentifier= SyslogLevelPrefix=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 |