Merge pull request #1449 from DoctorJellyface/develop

Added a systemd service, fixes #1447.
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2015-09-13 18:20:16 +03:00
commit f8c45e9566
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