11 lines
321 B
SYSTEMD
11 lines
321 B
SYSTEMD
[Unit]
|
|
Description=Restart DBus after GNOME Session shutdown
|
|
|
|
# Allow exit.target to start even if this unit is started with replace-irreversibly.
|
|
# For this to work, we also need to be in the root slice.
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=@libexecdir@/gnome-session-ctl --restart-dbus
|
|
Slice=-.slice
|