emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/systemd 807c748 044/131: systemd 225


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 807c748 044/131: systemd 225
Date: Sun, 29 Aug 2021 11:35:12 -0400 (EDT)

branch: elpa/systemd
commit 807c748e28f69269e58c62838ac15bd1b22fd36d
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    systemd 225
---
 systemd-company.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/systemd-company.el b/systemd-company.el
index 906f134..34d6278 100644
--- a/systemd-company.el
+++ b/systemd-company.el
@@ -29,7 +29,7 @@
 
 (defconst systemd-company-unit-sections
   '("Unit" "Install" "Service")
-  "Configuration sections for systemd 224.")
+  "Configuration sections for systemd 225.")
 
 (defconst systemd-company-unit-directives
   ;; TODO: keep a script of sorts for generating this list.  systemd
@@ -107,15 +107,15 @@
     "TCPCongestion" "TTYPath" "TTYReset" "TTYVHangup" "TTYVTDisallocate"
     "TimeoutIdleSec" "TimeoutSec" "TimeoutStartSec" "TimeoutStopSec"
     "TimerSlackNSec" "Transparent" "Type" "UMask" "Unit" "User"
-    "UtmpIdentifier" "WakeSystem" "WantedBy" "Wants" "WatchdogSec" "What"
-    "Where" "WorkingDirectory")
-  "Configuration directives for systemd 224.")
+    "UtmpIdentifier" "UtmpMode" "WakeSystem" "WantedBy" "Wants"
+    "WatchdogSec" "What" "Where" "WorkingDirectory")  
+  "Configuration directives for systemd 225.")
 
 (defconst systemd-company-network-sections
   '("Match" "Link" "NetDev" "VLAN" "MACVLAN" "MACVTAP" "IPVLAN" "VXLAN"
     "Tunnel" "Peer" "Tun" "Tap" "Bond" "Network" "Address" "Route" "DHCP"
     "Bridge" "BridgeFDB")
-  "Network configuration sections for systemd 224.")
+  "Network configuration sections for systemd 225.")
 
 (defconst systemd-company-network-directives
   ;; /Network directives/,/Journal fields/p
@@ -141,7 +141,7 @@
     "UseDNS" "UseDomains" "UseHostname" "UseMTU" "UseNTP" "UseRoutes" "VLAN"
     "VLANId" "VNetHeader" "VXLAN" "VendorClassIdentifier" "Virtualization"
     "WakeOnLan")
-  "Network configuration directives for systemd 224.")
+  "Network configuration directives for systemd 225.")
 
 (defun systemd-company--setup (enable)
   (when (fboundp 'systemd-company--setup-company)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]