diff options
| author | Luke Hoersten <[email protected]> | 2020-11-16 13:35:10 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-11-16 13:35:10 -0600 |
| commit | e708c75c09ac4ccc0a53c62a63aaef67e3456a55 (patch) | |
| tree | e3da0588f76c7a5c77dc904e9bbd129dc9c24865 | |
| parent | f6c033de2d8f81ae489af56aeac2a1b376da24a6 (diff) | |
| -rw-r--r-- | roles/homekit-door/templates/homekit-door.service.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/homekit-door/templates/homekit-door.service.j2 b/roles/homekit-door/templates/homekit-door.service.j2 index 9572951..2c5971f 100644 --- a/roles/homekit-door/templates/homekit-door.service.j2 +++ b/roles/homekit-door/templates/homekit-door.service.j2 @@ -2,6 +2,7 @@ [Unit] Description=HomeKit Door +After=network.target [Service] User={{homekit_door_user}} |
