hassio-build/meta-hassio/recipes-core/dropbear/files/sync-authorized-keys.service
2017-04-06 11:51:00 +02:00

13 lines
301 B
Desktop File

[Unit]
Description=SSH authorized_keys sync
Requires=home-root-.ssh.mount mnt-boot.mount
After=home-root-.ssh.mount mnt-boot.mount
Before=etc-dropbear.mount
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@BASE_BINDIR@/bash @BINDIR@/sync-authorized-keys
[Install]
WantedBy=multi-user.target