diff options
author | David Runge <dave@sleepmap.de> | 2015-03-25 22:11:12 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-25 22:11:12 +0100 |
commit | 878c7a62dd0d9d9733e854684600b3466410399c (patch) | |
tree | 7310a8d72d7c5a3d70e5140937f5f4fd549e0789 /user/backup-thunderbird.service | |
parent | 0fd6c10429e2a82e2824bdfa4ee41cfb82312faa (diff) | |
download | crypted-backups-878c7a62dd0d9d9733e854684600b3466410399c.tar.gz crypted-backups-878c7a62dd0d9d9733e854684600b3466410399c.tar.bz2 crypted-backups-878c7a62dd0d9d9733e854684600b3466410399c.tar.xz crypted-backups-878c7a62dd0d9d9733e854684600b3466410399c.zip |
user/backup-{firefox,thunderbird}.service: Now sourcing configuration from user's home.
Diffstat (limited to 'user/backup-thunderbird.service')
-rw-r--r-- | user/backup-thunderbird.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |