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 |
# | Content |
---|---|
1 | socket = "/tmp/salaryman.sock" |
2 | |
3 | [[service]] |
4 | uuid = "4a8807b8-32ef-4cde-b9ed-8eabfd6cdb15" |
5 | name = "minecraft" |
6 | command = "java" |
7 | args = "-jar /minecraft/server.jar nogui" |
8 | directory = "/minecraft/data" |
9 | autostart = true |
10 | |
11 | [[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 |