package
0.0.0-20240407224156-8fbeb486a70e
Repository: https://github.com/alexbakker/scytale.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

scyserver

# add a new user for the server
useradd --system --user-group scyserver --create-home --home-dir /var/lib/scyserver --shell /sbin/nologin

# copy the service file over after reviewing it
cp etc/scyserver.service /etc/systemd/system

# start the service
systemctl daemon-reload && systemctl enable --now scyserver