Aucune description

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

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