mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
18 lines
399 B
SYSTEMD
18 lines
399 B
SYSTEMD
[Unit]
|
|
Description=Apply configuration from HCloud metadata
|
|
DefaultDependencies=no
|
|
ConditionVirtualization=kvm
|
|
After=systemd-networkd.service
|
|
Before=network.target multi-user.target shutdown.target
|
|
Conflicts=shutdown.target
|
|
Wants=systemd-networkd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/hcloud-init
|
|
Type=oneshot
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|