13 lines
301 B
Desktop File
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
|