manila-image-elements/elements/manila-ssh/install.d/fetch-public-ssh-keys.service
Ben Swartzlander ffabcc1a59 Add systemd support to manila-ssh
Because we're using ubuntu-minimal there is no cloud init support and
we have manila-ssh as a substitute. Manila-ssh was only designed to
work with upstart. This patch adds systemd support.

Change-Id: Id43dc8effb846dcaf68b50eace68df8a076899a1
2017-09-26 14:14:20 -04:00

10 lines
158 B
Desktop File

[Unit]
Description=Fetch Public Keys
After=network.target
[Service]
ExecStart=/usr/local/sbin/fetch-public-ssh-keys.sh
[Install]
WantedBy=multi-user.target