ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/salaryman.toml
Revision: 17
Committed: Fri Aug 1 08:48:17 2025 UTC (2 months, 1 week ago) by yuzu
File size: 371 byte(s)
Log Message:
unix socket 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
11 yuzu 17 [[service]]
12     uuid = "71cab92a-a301-4448-a6a5-ec6e9e2f57bb"
13     name = "pacman-cat"
14     command = "cat"
15     args = "/var/log/pacman.log"
16     autostart = true
17     oneshot = true