hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/99-enable-ssh.sh

5 lines
54 B
Bash

#!/bin/bash
systemctl enable ssh
systemctl start ssh