diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-15 12:58:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-15 12:58:17 +0200 |
commit | e18992ad4f21d300b6dc46d706227819fd3c5d6a (patch) | |
tree | 612411e91377bbdc515e6d89484a337d5ab07b47 /shell-completion | |
parent | 19833db683c1e197718f00d1d5cb4827ee7897d8 (diff) | |
parent | 8d2bc8e5fd023a24684446f0057440e3fd0d79bf (diff) |
Merge pull request #1574 from evverx/run-timer-slack-nsec
systemd-run can launch units with TimerSlackNSec
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 462ee33959..518812e040 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -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 |