mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-17 11:37:01 +05:30
systemd: add minecraft
This commit is contained in:
parent
b8b9366555
commit
954a89b610
2 changed files with 32 additions and 1 deletions
|
@ -8,7 +8,7 @@ function prettyPrint() {
|
|||
}
|
||||
|
||||
# Grab all service names
|
||||
declare -a services=('mirror-bot' 'uno-bot')
|
||||
declare -a services=('minecraft-server' 'mirror-bot' 'uno-bot')
|
||||
|
||||
# Now loop through each service and install it
|
||||
for service in "${services[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue