Clean up some files
This commit is contained in:
14
systemd/dunst.service
Normal file
14
systemd/dunst.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Dunst notification daemon
|
||||
Documentation=man:dunst(1)
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.Notifications
|
||||
ExecStart=/usr/bin/dunst
|
||||
Slice=session.slice
|
||||
ExecReload=dunstctl reload
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user