Add powerline daemon to systemd
This commit is contained in:
parent
00c2de8c32
commit
4feb3e1be3
1 changed files with 10 additions and 0 deletions
10
.config/systemd/user/powerline-daemon.service
Normal file
10
.config/systemd/user/powerline-daemon.service
Normal 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
|
Loading…
Reference in a new issue