diff options
Diffstat (limited to 'syntax/systemd.vim')
-rw-r--r-- | syntax/systemd.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/systemd.vim b/syntax/systemd.vim index e62d36ac..fdf4b764 100644 --- a/syntax/systemd.vim +++ b/syntax/systemd.vim @@ -248,7 +248,7 @@ syn match sdServiceKey contained /^StartLimitBurst=/ nextgroup=sdUInt,sdErr syn match sdServiceKey contained /^FailureAction=/ nextgroup=sdLimitAction,sdFailAction,sdErr syn match sdServiceKey contained /^\%(RestartPrevent\|RestartForce\|Success\)ExitStatus=/ nextgroup=sdExitStatus,sdErr syn match sdServiceKey contained /^RebootArgument=/ -syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus oneshot notify idle +syn keyword sdServiceType contained nextgroup=sdErr simple exec forking dbus oneshot notify idle syn keyword sdRestartType contained nextgroup=sdErr no on-success on-failure on-abort always syn keyword sdNotifyType contained nextgroup=sdErr none main all |