From 878c7a62dd0d9d9733e854684600b3466410399c Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 25 Mar 2015 22:11:12 +0100 Subject: user/backup-{firefox,thunderbird}.service: Now sourcing configuration from user's home. --- user/backup-firefox.service | 2 +- user/backup-thunderbird.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user/backup-firefox.service b/user/backup-firefox.service index ce68613..b4942c8 100644 --- a/user/backup-firefox.service +++ b/user/backup-firefox.service @@ -4,7 +4,7 @@ ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-firefox ConditionKernelCommandLine=!systemd.setenv=REALTIME=true [Service] -EnvironmentFile=/etc/backup-settings +EnvironmentFile=/home/%u/.config/crypted-backups Nice=19 IOSchedulingClass=2 IOSchedulingPriority=7 diff --git a/user/backup-thunderbird.service b/user/backup-thunderbird.service index a954f18..7a0c21c 100644 --- a/user/backup-thunderbird.service +++ b/user/backup-thunderbird.service @@ -4,7 +4,7 @@ ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-thunderbird ConditionKernelCommandLine=!systemd.setenv=REALTIME=true [Service] -EnvironmentFile=/etc/backup-settings +EnvironmentFile=/home/%u/.config/crypted-backups Nice=19 IOSchedulingClass=2 IOSchedulingPriority=7 -- cgit v1.2.3-54-g00ecf