add ttyd support

This commit is contained in:
Tobias Powalowski 2023-07-07 08:13:27 +02:00
parent 27be74bc19
commit f4068249ec

View file

@ -32,6 +32,7 @@ build ()
# start sshd on startup
add_symlink "/etc/systemd/system/multi-user.target.wants/sshd.service" "/usr/lib/systemd/system/sshd.service"
# start ttyd on startup
add_file "/usr/share/archboot/remote/etc/systemd/system/ttyd.service" "/etc/systemd/system/ttyd.service"
add_symlink "/etc/systemd/system/multi-user.target.wants/ttyd.service" "/etc/systemd/system/ttyd.service"
# fix licenses
map add_file "/usr/share/licenses/rpcbind/COPYING" "/usr/share/licenses/nfsidmap/LICENSE" \