diff --git a/userspace/files/ssh-param-watcher.service b/userspace/files/ssh-param-watcher.service index f846394..7c1c994 100644 --- a/userspace/files/ssh-param-watcher.service +++ b/userspace/files/ssh-param-watcher.service @@ -1,9 +1,10 @@ [Unit] Description=SSH param watcher +After=multi-user.target [Service] Type=oneshot ExecStart=/usr/comma/set_ssh.sh [Install] -WantedBy=rescue.target +WantedBy=multi-user.target