Add powerline daemon to systemd

This commit is contained in:
Daniel Lundin 2017-07-05 21:06:20 +02:00
parent 00c2de8c32
commit 4feb3e1be3

View file

@ -0,0 +1,10 @@
[Unit]
Description=Daemon that improves powerline performance
After=display-manager.service
[Service]
ExecStart=/usr/bin/powerline-daemon --foreground --replace
Restart=always
[Install]
WantedBy=default.target