summarylogtreecommitdiffstats
path: root/dunst.service
diff options
context:
space:
mode:
authorKoffeinFlummi2015-08-26 08:20:03 +0200
committerKoffeinFlummi2015-08-26 08:36:20 +0200
commit9422aa554b054304de2565c53d892d500474dea1 (patch)
tree2954f18edb878c4517c2c1a2a18636aaf2cb115e /dunst.service
downloadaur-dunst-service.tar.gz
Initial commit
Diffstat (limited to 'dunst.service')
-rw-r--r--dunst.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/dunst.service b/dunst.service
new file mode 100644
index 000000000000..819cca69e98f
--- /dev/null
+++ b/dunst.service
@@ -0,0 +1,13 @@
+[Unit]
+Description = lightweight and customizable notification daemon
+Requires = graphical.target
+After = graphical.target
+
+[Service]
+Type = simple
+Restart = always
+RestartSec = 1
+ExecStart = /usr/bin/dunst
+
+[Install]
+WantedBy = user-programs.target