mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
High-performance, lightweight, open source HTTP server with web-gui https://open.litespeedtech.com/
6 lines
157 B
Bash
6 lines
157 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S litespeed 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/litespeed -s /sbin/nologin -G litespeed -g litespeed litespeed 2>/dev/null
|
|
|
|
exit 0
|