blob: e90f6bc8f4735ceaa2e123d975bde5fd0b89f2e7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Restart DBus after GNOME Session shutdown
# Allow exit.target to start even if this unit is started with replace-irreversibly
# Also put it into a slice that doesn't have such implicit dependencies
DefaultDependencies=no
[Service]
Type=notify
ExecStart=@libexecdir@/gnome-session-ctl --restart-dbus
|