Merge pull request #297 from Stebalien/dbus
Modernize the systemd unit a bit
This commit is contained in:
commit
62fcfa66e8
@ -1,11 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Dunst notification daemon
|
Description=Dunst notification daemon
|
||||||
|
Documentation=man:dunst(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=dbus
|
||||||
|
BusName=org.freedesktop.Notifications
|
||||||
ExecStart=##PREFIX##/bin/dunst
|
ExecStart=##PREFIX##/bin/dunst
|
||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user