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

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

[Install]
WantedBy=multi-user.target