games-server/factorio-server: Waiting a bit in the initrd
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
89ea695506
commit
e6a6ff1837
|
@ -1,11 +1,12 @@
|
||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
# Copyright 2020 Gentoo Authors
|
# Copyright 2020-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
name="factorio daemon"
|
name="factorio daemon"
|
||||||
description="2D infinite game"
|
description="2D infinite game"
|
||||||
command="${FACTORIO_PATH}/bin/x64/factorio"
|
command="${FACTORIO_PATH}/bin/x64/factorio"
|
||||||
command_args="${FACTORIO_OPTS}"
|
command_args="${FACTORIO_OPTS}"
|
||||||
|
retry=15
|
||||||
|
|
||||||
command_background=1
|
command_background=1
|
||||||
directory="${FACTORIO_PATH}"
|
directory="${FACTORIO_PATH}"
|
||||||
|
|
Loading…
Reference in a new issue