On Wed, Feb 6, 2013 at 4:21 PM, Zbigniew Jędrzejewski-Szmek <[email protected]> wrote: > current docs specify that %s means the shell of the user configured > with User= or the user running systemd. However, it actually often > returns /bin/sh. What is the intended behaviour?
it should reflect the passwd entry, which by default is "/bin/sh" if unset. It may also return that if using some other form of credential backend - glibc provides the data. Auke _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
