Replaced {{ systemctl_id | get_service_script_path( by systemctl_script_exec

This commit is contained in:
2025-08-19 10:51:51 +02:00
parent 1082caddae
commit da01305cac
20 changed files with 32 additions and 26 deletions

View File

@@ -4,4 +4,4 @@ OnFailure={{ SYS_SERVICE_ON_FAILURE_COMPOSE }}
[Service]
Type=oneshot
ExecStart=/bin/bash {{ systemctl_id | get_service_script_path('sh') }} "{{ DOCKER_WHITELISTET_ANON_VOLUMES | join(' ') }}"
ExecStart={{ systemctl_script_exec }} "{{ DOCKER_WHITELISTET_ANON_VOLUMES | join(' ') }}"