diff --git a/templates/systemd.automount.j2 b/templates/systemd.automount.j2 index ec0850d..e8d94a2 100644 --- a/templates/systemd.automount.j2 +++ b/templates/systemd.automount.j2 @@ -6,4 +6,4 @@ After=network.target multi-user.target Where={{ item.value.mount }} [Install] -WantedBy=default.target \ No newline at end of file +WantedBy=multi-user.target \ No newline at end of file diff --git a/templates/systemd.mount.j2 b/templates/systemd.mount.j2 index 8b63d64..342f39c 100644 --- a/templates/systemd.mount.j2 +++ b/templates/systemd.mount.j2 @@ -9,4 +9,4 @@ Options={{ item.value.options | join(',') | default ('mounts_options') }} Type={{ item.value.type | default ('mounts_type') }} [Install] -WantedBy=default.target \ No newline at end of file +WantedBy=multi-user.target \ No newline at end of file