Brad Bishop | 5a7094b | 2019-04-10 19:33:15 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=BMC Webserver socket |
| 3 | |
| 4 | [Socket] |
Ed Tanous | 796ba93 | 2020-08-02 04:29:21 +0000 | [diff] [blame] | 5 | ListenStream=@BMCWEB_PORT@ |
Brad Bishop | 5a7094b | 2019-04-10 19:33:15 -0400 | [diff] [blame] | 6 | ReusePort=true |
Ed Tanous | 796ba93 | 2020-08-02 04:29:21 +0000 | [diff] [blame] | 7 | Service=bmcweb.service |
| 8 | FileDescriptorName=bmcweb_@BMCWEB_PORT@_@HTTP_LEVEL_ALLOWED@_@HTTP_AUTH_LEVEL@ |
| 9 | BindToDevice=@HTTP_BIND@ |
Brad Bishop | 5a7094b | 2019-04-10 19:33:15 -0400 | [diff] [blame] | 10 | |
| 11 | [Install] |
| 12 | WantedBy=sockets.target |