summaryrefslogtreecommitdiffstats
path: root/syntax/systemd.vim
Commit message (Collapse)AuthorAgeFilesLines
* add OnFailureJobModeHEADmasterWill Woods2014-02-071-0/+4
|
* syntax/systemd: Add some requirements, fix BindToWill Woods2013-04-031-1/+1
| | | | | | | | Added: BindsTo= PartOf= PropagatesReloadTo= ReloadPropagatedFrom=
* syntax/systemd: add Type=idleWill Woods2013-04-031-1/+1
|
* syntax/systemd: add SourcePath=, plus bonus refactoringWill Woods2013-04-031-3/+5
|
* syntax/systemd: add ConditionHost=Will Woods2013-04-031-1/+1
| | | | | It's another freeform string like ConditionKernelCommandLine, so add it there.
* syntax/systemd: add Condition{Capability,ACPower}Will Woods2013-04-031-0/+2
|
* syntax/systemd: ConditionNull= takes a booleanWill Woods2013-04-031-1/+2
|
* syntax/systemd: add new virt typesWill Woods2013-04-031-1/+1
|
* syntax/systemd: add new ConditionXXX=Will Woods2013-04-031-1/+1
| | | | | | | | Added: ConditionPathIsSymbolicLink= ConditionPathIsMountPoint= ConditionPathIsReadWrite= ConditionFileNotEmpty=
* syntax/systemd: add Documentation=Will Woods2013-04-031-0/+2
|
* allow 'journal' for StandardOutputWill Woods2013-02-191-1/+1
|
* change sdFilename to /\S* to make '/' validWill Woods2011-09-201-1/+1
|
* Big systemd update wheeeWill Woods2011-09-151-60/+111
| | | | | | | | - fixed %i not getting hilighted properly - dropped sdKillKey (it's just sdExecKey really) - moved everything from systemd.exec to sdExecKey - added hilighting for UMask, Capability*, Memory*Limit, DeviceAllow/Deny, IOSchedulingPriority, TimerSlackNSec
* Add sdInt and sdUInt (signed and unsigned); whitespace/comment cleanupsWill Woods2011-09-151-32/+32
|
* allow '+' in systemd keywordsWill Woods2011-09-111-2/+2
|
* Initial addWill Woods2011-09-091-0/+215