ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
salaryman
/
trunk
/
salaryman.toml
Revision:
9
Committed:
Tue Jul 8 07:12:59 2025 UTC
(3 months ago) by
yuzu
File size:
160 byte(s)
Log Message:
working proof of concept -- minecraft
File Contents
#
Content
1
address
=
"0.0.0.0"
2
port
=
8080
3
4
[[service]]
5
name
=
"minecraft"
6
command
=
"java"
7
args
=
"-jar server.jar nogui"
8
directory
=
"/minecraft/data"
9
autostart
=
true
10