mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
execute.c: always set $SHELL
In e6dca81 $SHELL was added to user@.service. Let's
instead provide it to all units which have a user.
This commit is contained in:
@@ -13,7 +13,6 @@ After=systemd-user-sessions.service
|
||||
User=%I
|
||||
PAMName=systemd-user
|
||||
Type=notify
|
||||
Environment=SHELL=%s
|
||||
ExecStart=-@rootlibexecdir@/systemd --user
|
||||
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket
|
||||
Slice=user-%i.slice
|
||||
|
||||
Reference in New Issue
Block a user