Some cleanups in GitHub Actions CI
[tinc] / .github / workflows / deb / debian / tinc.default
1 # Extra options to be passed to tincd.
2 # EXTRA="-d"
3
4 # Limits to be configured for the tincd process. Please read your shell
5 # (pointed by /bin/sh) documentation for ulimit. You probably want to raise the
6 # max locked memory value if using both --mlock and --user flags.
7 # LIMITS="-l 1024"