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:
Alarig Le Lay 2022-01-15 15:14:32 +01:00
parent 89ea695506
commit e6a6ff1837
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
#!/sbin/openrc-run
# Copyright 2020 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="factorio daemon"
description="2D infinite game"
command="${FACTORIO_PATH}/bin/x64/factorio"
command_args="${FACTORIO_OPTS}"
retry=15
command_background=1
directory="${FACTORIO_PATH}"