> This looks weird. You first become user "xyzuser", then you run sudo > again, to become "xyzuser"? What's that supposed to do? Why involve > "sudo" here at all? You could also use PAMName= directly...?
Thanks for your helpful comments. This setup is intended to boot directly into an application w/o any user interaction and to run the application w/o root privileges. You're right, either setting User or using sudo is redundant. Using PAMName would request a password which isn't suitable in this case. > > Note that systemd this way is not involved in starting the dbus session > bus, that is supposed to be done by your script "/usr/bin/master"? It is. However sometimes it happens that some interfaces are not properly published on the session bus, which used to work before - but perhaps it is a coincidence with some other changes like moving from dbus 1.6 to 1.8 - so I'll need to dig deeper there... -- tomw <[email protected]> _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
