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

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

[Install]
WantedBy=multi-user.target