ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/salaryman.toml
Revision: 16
Committed: Tue Jul 29 09:26:15 2025 UTC (2 months, 1 week ago) by yuzu
File size: 216 byte(s)
Log Message:
parallel process monitoring get

File Contents

# User Rev Content
1 yuzu 16 socket = "/tmp/salaryman.sock"
2 yuzu 6
3     [[service]]
4 yuzu 13 uuid = "4a8807b8-32ef-4cde-b9ed-8eabfd6cdb15"
5 yuzu 9 name = "minecraft"
6     command = "java"
7 yuzu 13 args = "-jar /minecraft/server.jar nogui"
8 yuzu 9 directory = "/minecraft/data"
9 yuzu 7 autostart = true
10 yuzu 6