|
|
|
@@ -13,6 +13,10 @@ Wants={{ service }} |
|
|
|
Type=simple |
|
|
|
ExecStartPre=-{{ matrix_host_command_docker }} kill matrix-mautrix-hangouts matrix-mautrix-hangouts-db |
|
|
|
ExecStartPre=-{{ matrix_host_command_docker }} rm matrix-mautrix-hangouts matrix-mautrix-hangouts-db |
|
|
|
ExecStartPre=-{{ matrix_host_command_docker }} kill matrix-mautrix-hangouts-db |
|
|
|
ExecStartPre=-{{ matrix_host_command_docker }} rm matrix-mautrix-hangouts-db |
|
|
|
ExecStartPre=-{{ matrix_host_command_docker }} rm --force matrix-mautrix-hangouts-db |
|
|
|
ExecStartPre=-{{ matrix_host_command_docker }} network disconnect -f bridge matrix-mautrix-hangouts-db |
|
|
|
ExecStartPre={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-hangouts-db \ |
|
|
|
--log-driver=none \ |
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
|
|