Unix socket does not exist (Linux)
Fix
# Reload systemd to pick up the service file
sudo systemctl daemon-reload
# Enable the service to start on boot
sudo systemctl enable defguard-service
# Start it immediately
sudo systemctl start defguard-servicesystemctl status defguard-servicejournalctl -u defguard-service -n 100Last updated
Was this helpful?