1
0
minetest-engine-multicraft2/misc/alpine/multicraft-server.pre-install
mckaygerhard b420f18423 reorganize distro files for packaging: deb/rpm/apk
* move debian directory to misc/debian
* move rmp shit distro directory the spec file and changelog
* move the alpine directory in misc with a minimal started files
* still there's an error on spec file for name of the tarball
* all of those files it depends of the previous commit that gives init/shistemd
2022-12-30 12:19:48 -04:00

6 lines
119 B
Bash

#!/bin/sh
adduser -S -D -h /var/lib/multicraft -s /sbin/nologin -G games -g multicraft multicraft 2>/dev/null
exit 0