psrt 0.3.5

Industrial Pub-Sub server with minimal latency and MQTT-compatible logic
Documentation
1
2
3
4
5
#!/bin/sh

( systemctl stop psrtd > /dev/null 2>&1 || exit 0 )
( systemctl disable psrtd > /dev/null 2>&1 || exit 0 )
( userdel psrt > /dev/null 2>&1 || exit 0 )