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

Fixed symlinks creation and service activation.

parent f94b27c0
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ ln -s /usr/lib/systemd/system/rtkit-daemon.service . ...@@ -79,6 +79,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/switcheroo-control.service .
ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service . ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service .
ln -s /usr/lib/systemd/system/udisks2.service . ln -s /usr/lib/systemd/system/udisks2.service .
cd ..
mkdir esamekiosk.target.wants mkdir esamekiosk.target.wants
cd esamekiosk.target.wants cd esamekiosk.target.wants
ln -s /usr/lib/systemd/system/accounts-daemon.service . ln -s /usr/lib/systemd/system/accounts-daemon.service .
...@@ -86,6 +87,7 @@ ln -s /usr/lib/systemd/system/rtkit-daemon.service . ...@@ -86,6 +87,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/switcheroo-control.service .
ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service . ln -s /usr/lib/systemd/system/systemd-update-utmp-runlevel.service .
ln -s /usr/lib/systemd/system/udisks2.service . ln -s /usr/lib/systemd/system/udisks2.service .
cd ..
echo -e "\e[1mReload systemd...\e[0m" echo -e "\e[1mReload systemd...\e[0m"
systemctl daemon-reload 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