Implement basic watchdog service for Linux systemd with: - Configuration loading - Logging system with database support - WebSocket log broadcasting - TCP server for agent communication - Project setup with Go modules
6 lines
86 B
Modula-2
6 lines
86 B
Modula-2
module Watchdog_Linux-systemd
|
|
|
|
go 1.24.0
|
|
|
|
require github.com/gorilla/websocket v1.5.3
|