681 B
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
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!