Merge pull request #1449 from DoctorJellyface/develop
Added a systemd service, fixes #1447.
This commit is contained in:
commit
f8c45e9566
|
@ -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
|
Loading…
Reference in New Issue