summaryrefslogtreecommitdiffstats
path: root/powerline/dist/systemd/powerline-daemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'powerline/dist/systemd/powerline-daemon.service')
-rw-r--r--powerline/dist/systemd/powerline-daemon.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/powerline/dist/systemd/powerline-daemon.service b/powerline/dist/systemd/powerline-daemon.service
new file mode 100644
index 0000000..96b685d
--- /dev/null
+++ b/powerline/dist/systemd/powerline-daemon.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=powerline-daemon - Daemon that improves powerline performance
+Documentation=man:powerline-daemon(1)
+Documentation=https://powerline.readthedocs.org/en/latest/
+
+[Service]
+ExecStart=/usr/bin/powerline-daemon --foreground
+
+[Install]
+WantedBy=default.target