mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-09 10:48:42 +00:00
7 lines
87 B
Bash
7 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. /start-utils
|
||
|
|
||
|
logAutostopAction "Stopping Java process"
|
||
|
kill -SIGTERM 1
|