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 /contrib/README | |
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 'contrib/README')
-rw-r--r-- | contrib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index b2d39b0..d85fbb5 100644 --- a/contrib/README +++ b/contrib/README @@ -14,3 +14,6 @@ vim Syntax highlighting of gmid configuration for vim, to be placed into ~/.vim/ or /usr/share/vim/vimfiles. +gmid + + Sample rc(8) script for gmid for OpenBSD. |