Added a systemd service, fixes .

This commit is contained in:
Juraj Fiala 2015-09-13 16:53:26 +02:00
parent d78d29c61e
commit 7e379a8a2f

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