aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dunst.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/dunst.service')
-rw-r--r--.config/systemd/user/dunst.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/systemd/user/dunst.service b/.config/systemd/user/dunst.service
deleted file mode 100644
index 6301a41..0000000
--- a/.config/systemd/user/dunst.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Start dunst
-PartOf=graphical-session.target
-
-[Service]
-Type=exec
-ExecStart=/usr/bin/dunst
-Restart=on-failure
-
-[Install]
-WantedBy=desktop.target