Nessuna descrizione

xuqiang 3e05cff1a3 add systemd configure 4 mesi fa
3rdparty 13c1a15294 add libxml2 & spdlog lib 5 mesi fa
conf 3e05cff1a3 add systemd configure 4 mesi fa
docs 60a9253cb2 record cross-platform compilation of qt 5 mesi fa
include 5089d295fc update logger 4 mesi fa
scadaplugin @ 1baf8fcef8 a2e3eb830a update scadaplugin submodule 5 mesi fa
scripts a6c3fd95f1 update deploy.sh 4 mesi fa
src 5089d295fc update logger 4 mesi fa
tests c2dd2fd1c5 update test monitor.xml 4 mesi fa
tools 93e1e3fd68 update qt build script & conf 5 mesi fa
.gitignore 8924f441b8 first commit 5 mesi fa
.gitmodules 0fa02526f2 add scadaplugin submodule 5 mesi fa
CMakeLists.txt 3f145eb7b5 update CMakeLists.txt 4 mesi fa
README.md 3e05cff1a3 add systemd configure 4 mesi fa

README.md

MONITOR

configure autostart

cp conf/monitor.desktop ~/.config/autostart/monitor.desktop

configure systemd (recommend)

cp conf/monitor.service /usr/lib/systemd/system/monitor.service

enabled

systemctl daemon-reload
systemctl enable --now monitor
systemctl status monitor