Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
labmanager-systemd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto LIVIO BECCARIA
labmanager-systemd
Commits
f80c07b5
Commit
f80c07b5
authored
3 years ago
by
Alberto LIVIO BECCARIA
Browse files
Options
Downloads
Patches
Plain Diff
Aggiunto servizio per WOL al target esame-configurator
parent
1c6dd413
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install-labmanager-ubuntu.sh
+5
-1
5 additions, 1 deletion
install-labmanager-ubuntu.sh
with
5 additions
and
1 deletion
install-labmanager-ubuntu.sh
+
5
−
1
View file @
f80c07b5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment