mirror of
https://github.com/lingble/talos.git
synced 2025-12-16 20:47:09 +00:00
feat: Add time api to apid
This extends apid to cover the time api. Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
This commit is contained in:
committed by
Andrew Rynhard
parent
d3d011c8d2
commit
ee24e42319
@@ -194,8 +194,8 @@ const (
|
||||
// MachineSocketPath is the path to file socket of machine API.
|
||||
MachineSocketPath = SystemRunPath + "/machined/machine.sock"
|
||||
|
||||
// NtpdSocketPath is the path to file socket of time API.
|
||||
NtpdSocketPath = SystemRunPath + "/ntpd/ntpd.sock"
|
||||
// TimeSocketPath is the path to file socket of time API.
|
||||
TimeSocketPath = SystemRunPath + "/ntpd/ntpd.sock"
|
||||
|
||||
// NetworkdSocketPath is the path to file socket of network API.
|
||||
NetworkdSocketPath = SystemRunPath + "/networkd/networkd.sock"
|
||||
|
||||
Reference in New Issue
Block a user