https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #132 from haro41@gmx.de --- (In reply to Wilko Bartels from comment #131) > Thank you. I already tried exactly that. And the unit unable to autostart > (permission denied). Only manual systemctl start works. Dont know why. If you double checked the permissions of both, the .service and the .sh files, you could try delay the automatic service start, for example by replacing: 'WantedBy=multi-user.target' with 'WantedBy=graphical.target' and maybe insert a line in the [Unit] section: 'After=multi-user.target' -- You are receiving this mail because: You are the assignee for the bug.