Added a systemd service, fixes #1447.
This commit is contained in:
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
|
Loading…
Reference in New Issue