From 4feb3e1be34a86995ad360d321fc224d911a25ad Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 5 Jul 2017 21:06:20 +0200 Subject: [PATCH] Add powerline daemon to systemd --- .config/systemd/user/powerline-daemon.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/systemd/user/powerline-daemon.service diff --git a/.config/systemd/user/powerline-daemon.service b/.config/systemd/user/powerline-daemon.service new file mode 100644 index 0000000..94336b6 --- /dev/null +++ b/.config/systemd/user/powerline-daemon.service @@ -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