From 62e00fb4287bc887ddb2cfae46a76494b70d4732 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 5 Aug 2024 22:49:19 +0200 Subject: [PATCH] fix: kanshi service --- ansible/templates/systemd/user/kanshi.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/systemd/user/kanshi.service b/ansible/templates/systemd/user/kanshi.service index 03a8240..737a84f 100644 --- a/ansible/templates/systemd/user/kanshi.service +++ b/ansible/templates/systemd/user/kanshi.service @@ -4,7 +4,7 @@ PartOf=graphical-session.target [Service] Type=simple -ExecStart=kanshi +ExecStart=/usr/bin/kanshi --config "{{ home }}/.config/kanshi/config" Restart=always RestartSec=10