Added a systemd service, fixes #1447.

This commit is contained in:
Juraj Fiala 2015-09-13 16:53:26 +02:00
parent d78d29c61e
commit 7e379a8a2f
1 changed files with 10 additions and 0 deletions

View File

@ -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