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

# User Rev Content
1 yuzu 6 address = "0.0.0.0"
2     port = 8080
3    
4     [[service]]
5 yuzu 9 name = "minecraft"
6     command = "java"
7     args = "-jar server.jar nogui"
8     directory = "/minecraft/data"
9 yuzu 7 autostart = true
10 yuzu 6