wh33zle
- Karma
- 331
- Created
- July 4, 2020 (6y ago)
- Submissions
- 0
Currently securing traffic byte-by-byte at https://github.com/firezone/firezone.
- Sans-IO: The secret to effective Rust for network services (firezone.dev)
-
I am using systemd on my machine and try to configure most things through it. For example, I have a backup job that is triggered by a timer. I want to know when that job fails so I can investigate and fix it. Over time,…