Ewan
há 4 anos
ascendente
cometimento
194b953993
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 8B0E1F1D53FCA026
1 ficheiros alterados com
1 adições e
1 eliminações
-
roles/matrix-backup-borg/templates/systemd/matrix-backup-borg.service.j2
|
|
|
@@ -11,7 +11,7 @@ Wants={{ service }} |
|
|
|
DefaultDependencies=no |
|
|
|
|
|
|
|
[Service] |
|
|
|
Type=oneshot |
|
|
|
Type=simple |
|
|
|
Environment="HOME={{ matrix_systemd_unit_home_path }}" |
|
|
|
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-backup-borg 2>/dev/null || true' |
|
|
|
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-backup-borg 2>/dev/null || true' |
|
|
|
|