systemd 225
This commit is contained in:
parent
d03b70c121
commit
807c748e28
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
(defconst systemd-company-unit-sections
|
(defconst systemd-company-unit-sections
|
||||||
'("Unit" "Install" "Service")
|
'("Unit" "Install" "Service")
|
||||||
"Configuration sections for systemd 224.")
|
"Configuration sections for systemd 225.")
|
||||||
|
|
||||||
(defconst systemd-company-unit-directives
|
(defconst systemd-company-unit-directives
|
||||||
;; TODO: keep a script of sorts for generating this list. systemd
|
;; TODO: keep a script of sorts for generating this list. systemd
|
||||||
@ -107,15 +107,15 @@
|
|||||||
"TCPCongestion" "TTYPath" "TTYReset" "TTYVHangup" "TTYVTDisallocate"
|
"TCPCongestion" "TTYPath" "TTYReset" "TTYVHangup" "TTYVTDisallocate"
|
||||||
"TimeoutIdleSec" "TimeoutSec" "TimeoutStartSec" "TimeoutStopSec"
|
"TimeoutIdleSec" "TimeoutSec" "TimeoutStartSec" "TimeoutStopSec"
|
||||||
"TimerSlackNSec" "Transparent" "Type" "UMask" "Unit" "User"
|
"TimerSlackNSec" "Transparent" "Type" "UMask" "Unit" "User"
|
||||||
"UtmpIdentifier" "WakeSystem" "WantedBy" "Wants" "WatchdogSec" "What"
|
"UtmpIdentifier" "UtmpMode" "WakeSystem" "WantedBy" "Wants"
|
||||||
"Where" "WorkingDirectory")
|
"WatchdogSec" "What" "Where" "WorkingDirectory")
|
||||||
"Configuration directives for systemd 224.")
|
"Configuration directives for systemd 225.")
|
||||||
|
|
||||||
(defconst systemd-company-network-sections
|
(defconst systemd-company-network-sections
|
||||||
'("Match" "Link" "NetDev" "VLAN" "MACVLAN" "MACVTAP" "IPVLAN" "VXLAN"
|
'("Match" "Link" "NetDev" "VLAN" "MACVLAN" "MACVTAP" "IPVLAN" "VXLAN"
|
||||||
"Tunnel" "Peer" "Tun" "Tap" "Bond" "Network" "Address" "Route" "DHCP"
|
"Tunnel" "Peer" "Tun" "Tap" "Bond" "Network" "Address" "Route" "DHCP"
|
||||||
"Bridge" "BridgeFDB")
|
"Bridge" "BridgeFDB")
|
||||||
"Network configuration sections for systemd 224.")
|
"Network configuration sections for systemd 225.")
|
||||||
|
|
||||||
(defconst systemd-company-network-directives
|
(defconst systemd-company-network-directives
|
||||||
;; /Network directives/,/Journal fields/p
|
;; /Network directives/,/Journal fields/p
|
||||||
@ -141,7 +141,7 @@
|
|||||||
"UseDNS" "UseDomains" "UseHostname" "UseMTU" "UseNTP" "UseRoutes" "VLAN"
|
"UseDNS" "UseDomains" "UseHostname" "UseMTU" "UseNTP" "UseRoutes" "VLAN"
|
||||||
"VLANId" "VNetHeader" "VXLAN" "VendorClassIdentifier" "Virtualization"
|
"VLANId" "VNetHeader" "VXLAN" "VendorClassIdentifier" "Virtualization"
|
||||||
"WakeOnLan")
|
"WakeOnLan")
|
||||||
"Network configuration directives for systemd 224.")
|
"Network configuration directives for systemd 225.")
|
||||||
|
|
||||||
(defun systemd-company--setup (enable)
|
(defun systemd-company--setup (enable)
|
||||||
(when (fboundp 'systemd-company--setup-company)
|
(when (fboundp 'systemd-company--setup-company)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user