about summary refs log tree commit diff stats
path: root/salaryman.toml
blob: cfa712eaac43379f25dbe843f76c949a0ec89daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
socket = "/tmp/salaryman.sock"

[[service]]
uuid = "4a8807b8-32ef-4cde-b9ed-8eabfd6cdb15"
name = "minecraft"
command = "java"
args = "-jar /minecraft/server.jar nogui"
directory = "/minecraft/data"
autostart = true

[[service]]
uuid = "71cab92a-a301-4448-a6a5-ec6e9e2f57bb"
name = "pacman-cat"
command = "cat"
args = "/var/log/pacman.log"
autostart = true
oneshot = true