psrt 0.2.9

Industrial Pub-Sub server with minimal latency and MQTT-compatible logic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=PSRT Server
After=network.target

[Service]
PermissionsStartOnly=True
Type=simple
User=psrt
RuntimeDirectory=psrtd
RuntimeDirectoryMode=0775
WorkingDirectory=/
ExecStart=/usr/sbin/psrtd --log-syslog
ExecReload=kill -HUP $MAINPID
Restart=always
TimeoutStartSec=5

[Install]
WantedBy=multi-user.target