1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-06-20 17:29:13 +01:00
AnotterKiosk/kiosk_skeleton/etc/systemd/system/kiosk-ssh-keys.service

10 lines
178 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Handle SSH host, private and authorized keys
Before=ssh.service
[Service]
Type=oneshot
ExecStart=/usr/bin/kiosk-ssh-keys
[Install]
WantedBy=multi-user.target