1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Add dbus notifications inline to systemd

This commit is contained in:
purian23
2025-12-03 11:53:31 -05:00
parent 50b112c9d6
commit b097700591
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ After=graphical-session.target
Requisite=graphical-session.target
[Service]
Type=simple
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/dms run --session
ExecReload=/usr/bin/pkill -USR1 -x dms
Restart=always