From 2dab94f754931436698d301129bbb99f7f9af75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 1 Aug 2019 13:58:59 +0200 Subject: [PATCH] TaskRC autosync: env in systemd unit --- config/systemd/user/tasksync.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/systemd/user/tasksync.service b/config/systemd/user/tasksync.service index 1401e49..8b0dd1a 100644 --- a/config/systemd/user/tasksync.service +++ b/config/systemd/user/tasksync.service @@ -4,4 +4,5 @@ Description=Taskwarrior synchronisation [Service] Type=oneshot ExecStart=/usr/bin/task sync -EnvironmentFile=-%h/.config/task/env +Environment=TASKRC=%h/.config/taskrc +Environment=TASKDATA=%h/.config/task