Skip to content
Snippets Groups Projects
Commit 5f7b2b27 authored by Alberto LIVIO BECCARIA's avatar Alberto LIVIO BECCARIA
Browse files

Aggiunto il servizio MQTT all'installer

parent a718a934
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,15 @@ GIT_BRANCH=master
ESAME_DIR=/opt/esame
BIN_FILES=(
"desktop-wallpaper" "esamesync-esame.sh" "firefox-home" "get-config" "iptables-rules" "lightdm-autologin" "kioskmode" "mk-homedir" "nfs" "usb" "virtualbox"
"desktop-wallpaper" "esamesync-esame.sh" "firefox-home" "get-config" "iptables-rules" "lightdm-autologin"
"kioskmode" "mk-homedir" "nfs" "usb" "virtualbox" "rabbitmq-client.py"
)
SYSTEMD_FILES=(
"esame-desktop-wallpaper.service" "esame-firefox-home.service" "esame-get-config-boot.service" "esame-get-config.service" "esame-iptables-rules.service"
"esame-dm-autologin.service" "esame-kioskmode.service" "esame-mk-homedir.service" "esame-nfs.service" "esame-usb.service" "esame-virtualbox.service"
"esamesync-esame.service" "esame-get-config.timer" "esame-configurator.target" "esame.target" "esamekiosk.target" "esameshow.target" "esame-multi-user.target"
"esame-rabbitmq-client.service"
)
USBGUARD_OVERRIDE_FILES=(
......@@ -51,6 +53,7 @@ OLD_FILES=(
"/etc/systemd/system/esamekiosk.target"
"/etc/systemd/system/esameshow.target"
"/etc/systemd/system/usbguard.service.d"
"/etc/systemd/system/esame-rabbitmq-client.service"
)
# DON'T TOUCH UNDER THIS LINE! #################################################
......@@ -245,6 +248,7 @@ echo
echo -e "\e[1mEnable systemd services...\e[0m"
systemctl enable esame-*.service
systemctl enable esamesync-esame.service
# comment following 2 lines to use MQTT configuration change listener
systemctl enable esame-get-config.timer
systemctl start esame-get-config.timer
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment