diff options
author | David Runge <dave@sleepmap.de> | 2015-03-26 04:16:36 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-26 04:16:36 +0100 |
commit | 9c4c4f4b49b8a50a6ce639cc1dba2c1ef96b279f (patch) | |
tree | e7a6b9d83575cc30d8076e1a0d7eebc7018d53d9 /user | |
parent | 22f109c29f36ed21689f5b156c35a82ca15793cd (diff) | |
download | crypted-backups-9c4c4f4b49b8a50a6ce639cc1dba2c1ef96b279f.tar.gz crypted-backups-9c4c4f4b49b8a50a6ce639cc1dba2c1ef96b279f.tar.bz2 crypted-backups-9c4c4f4b49b8a50a6ce639cc1dba2c1ef96b279f.tar.xz crypted-backups-9c4c4f4b49b8a50a6ce639cc1dba2c1ef96b279f.zip |
user/cleanup-backup.service: Adding the second configuration location and making both non-required for startup
Diffstat (limited to 'user')
-rw-r--r-- | user/cleanup-backup.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/cleanup-backup.service b/user/cleanup-backup.service index 61e8b84..170de03 100644 --- a/user/cleanup-backup.service +++ b/user/cleanup-backup.service @@ -3,7 +3,8 @@ Description=Cleanup backups ConditionFileIsExecutable=/usr/lib/systemd/scripts/cleanup-backup [Service] -EnvironmentFile=/home/%u/.config/crypted-backups +EnvironmentFile=-/home/%u/.crypted-backups +EnvironmentFile=-/home/%u/.config/crypted-backups Nice=19 IOSchedulingClass=2 IOSchedulingPriority=7 |