games-server/factorio-server: Improvements
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
d856cc2fd9
commit
cf88149e16
|
@ -21,10 +21,19 @@ S="${WORKDIR}/factorio"
|
|||
|
||||
src_install() {
|
||||
insinto /opt/factorio
|
||||
doins -r data
|
||||
doins config-path.cfg
|
||||
doins -r *
|
||||
exeinto /opt/factorio/bin/x64
|
||||
doexe bin/x64/factorio
|
||||
|
||||
newinitd "${FILESDIR}"/factorio.initd factorio
|
||||
newconfd "${FILESDIR}"/factorio.confd factorio
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "As factorio user, copy data/server-settings.example.json to"
|
||||
einfo "config/server-settings.json and data/server-whitelist.example.json"
|
||||
einfo "to config/server-whitelist.json and adapt it according to your needs."
|
||||
einfo ""
|
||||
einfo "Then, run bin/x64/factorio --create ./saves/my-save.zip to create a"
|
||||
einfo "new map, and start the service."
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FACTORIO_PATH="/opt/factorio"
|
||||
FACTORIO_OPTS="--start-server-load-latest --server-settings ./data/server-settings.json"
|
||||
FACTORIO_OPTS="--start-server-load-latest --server-settings config/server-settings.json --use-server-whitelist true --server-whitelist config/server-whitelist.json"
|
||||
FACTORIO_USER="factorio"
|
||||
FACTORIO_GROUP="factorio"
|
||||
|
|
Loading…
Reference in a new issue