mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 22:27:19 +02:00
9 lines
108 B
SYSTEMD
9 lines
108 B
SYSTEMD
[Unit]
|
|
Description=gunicorn socket
|
|
|
|
[Socket]
|
|
ListenStream=127.0.0.1:5003
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|