blob: 6389c321bb07542f4e72df66ca0081c5decf6232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
|