hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/99-enable-ssh.sh
2019-10-04 08:10:07 -07:00

5 lines
54 B
Bash

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