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

esamesync-esame.service: create /opt/esame if it does not exists.

Otherwise the service will loop and a freshly installed machine
(or a machine with an empty /opt) will not finish the boot.
parent 6ada5a0f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ Environment=RUNLEVEL=3
#ExecStart=/etc/init.d/esamesync esame
User=esamesync
Group=esamesync
ExecStartPre=-mkdir -p /opt/esame && chown esamesync:esamesync /opt/esame
ExecStart=/usr/libexec/labmanager/esamesync-esame.sh
#TimeoutSec=0
RemainAfterExit=yes
......
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