mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. /start-utils
|
|
|
|
logAutostopAction "Stopping Java process"
|
|
kill -SIGTERM 1
|