13 lines
262 B
SYSTEMD
13 lines
262 B
SYSTEMD
|
[Unit]
|
||
|
Description=Import hcloud root ssh keys
|
||
|
Requires=network-online.target
|
||
|
After=network-online.target
|
||
|
ConditionPathExists=!/root/.ssh/authorized_keys
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/hcloud-metadata keys
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|