diff --git a/roles/storage-optimizer/templates/storage-optimizer.service.j2 b/roles/storage-optimizer/templates/storage-optimizer.service.j2 index a8dff299..640543db 100644 --- a/roles/storage-optimizer/templates/storage-optimizer.service.j2 +++ b/roles/storage-optimizer/templates/storage-optimizer.service.j2 @@ -5,4 +5,4 @@ OnFailure=systemd-notifier.cymais@%n.service [Service] Type=oneshot ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ') }} --ignore {{system_maintenance_backup_services| join(' ') }}' -ExecStart=/bin/sh -c '/usr/bin/python {{storage_optimizer_script}} --rapid-storage-path {{rapid_mass_storage}} --mass-storage-path {{path_mass_storage}}' \ No newline at end of file +ExecStart=/bin/sh -c '/usr/bin/python {{storage_optimizer_script}} --rapid-storage-path {{path_rapid_storage}} --mass-storage-path {{path_mass_storage}}' \ No newline at end of file