diff options
Diffstat (limited to 'salaryman.toml')
-rw-r--r-- | salaryman.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/salaryman.toml b/salaryman.toml index 171b2b9..cfa712e 100644 --- a/salaryman.toml +++ b/salaryman.toml @@ -8,3 +8,10 @@ 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 |