diff options
author | la-ninpre <leobrekalini@gmail.com> | 2021-07-13 11:43:18 +0300 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-13 11:09:13 +0200 |
commit | caf4e5fb22647a2c56c60c4037471c8b6d8c53d8 (patch) | |
tree | 46a79ca5e3741291416f1f13db127f6592bba04d /.gitignore | |
parent | dbbfd0fb9fc9eb6541d54470691033aaf941f500 (diff) |
add an example rc(8) script for openbsd
copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch
using `rcctl enable gmid && rcctl start gmid`.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.pem TAGS gmid +!contrib/gmid gg *.o compat/*.o |