MAAS version 1:3.6.2-17588-g.7b59ae9e8-0ubuntu1~24.04.1 Change-Id: I1ac9c16e79e2f9770f2dd1d83722ca1b41040be4 Signed-off-by: Sergiy Markin <smarkin@mirantis.com>
10 lines
256 B
Desktop File
10 lines
256 B
Desktop File
[Unit]
|
|
Description=MAAS HTTP server and reverse proxy server
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=bash -c 'until (stat -f /var/run/maas/httpproxy.sock); do sleep 60; done; chmod o+rw /var/run/maas/httpproxy.sock'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|