summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-horizon-setup.service
blob: be200a6f1f0d2aafe64b26ee725b82c7692a5248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run openstack-horizon-setup (once)
Requires=local-fs.target
After=local-fs.target

[Service]
Type=oneshot
ExecStart=/usr/share/openstack/openstack-horizon-setup
Restart=no

[Install]
WantedBy=multi-user.target