diff options
author | David Runge <dave@sleepmap.de> | 2015-08-11 01:29:17 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-08-11 01:29:17 +0200 |
commit | f21176a8dc140b80c3e6e67ca747e81cb90de91b (patch) | |
tree | 83a870e7ba944bf2e8b8f8c7fabe51767075d963 /system/backup-var-log.service | |
parent | 6301d054758996c30ff5f2aa89cc381e3aa63f58 (diff) | |
download | crypted-backups-f21176a8dc140b80c3e6e67ca747e81cb90de91b.tar.gz crypted-backups-f21176a8dc140b80c3e6e67ca747e81cb90de91b.tar.bz2 crypted-backups-f21176a8dc140b80c3e6e67ca747e81cb90de91b.tar.xz crypted-backups-f21176a8dc140b80c3e6e67ca747e81cb90de91b.zip |
system/*.service: Updating to new configuration file location in all service files.
Diffstat (limited to 'system/backup-var-log.service')
-rw-r--r-- | system/backup-var-log.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/backup-var-log.service b/system/backup-var-log.service index 8471eb6..72fa9e2 100644 --- a/system/backup-var-log.service +++ b/system/backup-var-log.service @@ -3,7 +3,7 @@ Description=Backup /var/log ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-var-log [Service] -EnvironmentFile=/etc/backup-settings +EnvironmentFile=/etc/crypted-backups Nice=19 IOSchedulingClass=2 IOSchedulingPriority=7 |