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

[Service]
Type=oneshot
ExecStart=/usr/share/openstack/apache-httpd-server-setup
Restart=no

[Install]
WantedBy=multi-user.target