220 B
220 B
SystemD Notes
Setup as systemd service to start automatically at boot:
cp sysmon-server.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable sysmon-server
systemctl restart sysmon-server