This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Shells/Computers (operating system)/Linux/AlpaLinux.md

681 B

The Linux distribution which my gitea server runs on. The documentation exists here. Their git repository exists here.


Installing supervisord

dnf install epel-release
which yum

/usr/bin/yum

yum install supervisor -y

Check your packages:

cd /etc/
ls

!Pasted image 20230626071733.png

systemctl start supervisord
systemctl enable supervisord

Output: Created symlink /etc/systemd/system/multi-user.target.wants/supervisord.service → /usr/lib/systemd/system/supervisord.service.

Success!