mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
Add DMS dbus notification service file
This commit is contained in:
4
assets/dbus/org.freedesktop.Notifications.service
Normal file
4
assets/dbus/org.freedesktop.Notifications.service
Normal file
@@ -0,0 +1,4 @@
|
||||
[D-BUS Service]
|
||||
Name=org.freedesktop.Notifications
|
||||
Exec=/usr/bin/dms run --session
|
||||
SystemdService=dms.service
|
||||
@@ -6,6 +6,7 @@ Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
BusName=org.freedesktop.Notifications
|
||||
ExecStart=/usr/bin/dms run --session
|
||||
ExecReload=/usr/bin/pkill -USR1 -x dms
|
||||
Restart=always
|
||||
|
||||
Reference in New Issue
Block a user