Skip to content
Snippets Groups Projects
Commit ea11901a authored by bta's avatar bta
Browse files

Add enable-wol@eth0.service to the targets used during exams.

parent a59f51b8
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ ln -s /usr/lib/systemd/system/rtkit-daemon.service .
ln -s /usr/lib/systemd/system/switcheroo-control.service .
ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service .
ln -s /usr/lib/systemd/system/udisks2.service .
ln -s /etc/systemd/system/enable-wol@.service enable-wol@eth0.service
cd ..
mkdir esamekiosk.target.wants
cd esamekiosk.target.wants
......@@ -197,6 +198,7 @@ ln -s /usr/lib/systemd/system/rtkit-daemon.service .
ln -s /usr/lib/systemd/system/switcheroo-control.service .
ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service .
ln -s /usr/lib/systemd/system/udisks2.service .
ln -s /etc/systemd/system/enable-wol@.service enable-wol@eth0.service
cd ..
mkdir esameshow.target.wants
cd esameshow.target.wants
......@@ -205,6 +207,7 @@ ln -s /usr/lib/systemd/system/rtkit-daemon.service .
ln -s /usr/lib/systemd/system/switcheroo-control.service .
ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service .
ln -s /usr/lib/systemd/system/udisks2.service .
ln -s /etc/systemd/system/enable-wol@.service enable-wol@eth0.service
cd ..
echo -e "\e[1mReload systemd...\e[0m"
......
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