mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
6 lines
124 B
Bash
6 lines
124 B
Bash
#!/bin/bash
|
|
useradd -m plb
|
|
chown plb:plb /etc/proxlb/proxlb.conf
|
|
chmod 600 /etc/proxlb/proxlb.conf
|
|
systemctl daemon-reload
|