mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Fix the failed start.
This commit is contained in:
parent
244a3f9826
commit
03a9eac248
1 changed files with 2 additions and 1 deletions
|
|
@ -400,8 +400,9 @@ in {
|
|||
Type = "simple";
|
||||
User = "minecraft";
|
||||
Group = "minecraft";
|
||||
Environment = "PATH=${pkgs.coreutils}/bin:${pkgs.bash}/bin:/run/wrappers/bin:${pkgs.openjdk21}/bin";
|
||||
WorkingDirectory = "/srv/minecraft/atm10tss";
|
||||
ExecStart = "/srv/minecraft/atm10tss/run.sh";
|
||||
ExecStart = "${pkgs.bash}/bin/bash /srv/minecraft/atm10tss/run.sh";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
StandardOutput = "journal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue