Johannes Segitz changed bug 1210121
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID

Comment # 4 on bug 1210121 from
Thanks for providing the script. The issue is that you have
  6 ExecStart=/usr/bin/sh /usr/local/sbin/setup.sh
in SetupUnit.service. Since you execute bash, not setup.sh, the service doesn't
properly transition. Change that to 
  6 ExecStart=/usr/local/sbin/setup.sh
and the error goes away


You are receiving this mail because: