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

Aggiunto servizio per WOL al target esame-configurator

parent 1c6dd413
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ echo
# following links should not be needed, specifying services as "Wants" directives should suffice
# create symlinks for target esame, esamekiosk and esameshow
# create symlinks for target esame, esamekiosk, esameshow and esame-configurator
mkdir esame.target.wants
cd esame.target.wants
ln -s /usr/lib/systemd/system/accounts-daemon.service .
......@@ -213,6 +213,10 @@ ln -s /usr/lib/systemd/system/udisks2.service .
ln -s /usr/lib/systemd/system/veyon.service .
ln -s /etc/systemd/system/enable-wol@.service enable-wol@eth0.service
cd ..
mkdir esame-configurator.target.wants
cd esame-configurator.target.wants
ln -s /etc/systemd/system/enable-wol@.service enable-wol@eth0.service
cd..
echo -e "\e[1mReload systemd...\e[0m"
systemctl daemon-reload
......
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