gmid/contrib
Martin 2b38d395cd Improve gmid.service
Changed gmid.service to not to fork the server and forced to run under
user "gmid".  gmid now waits for the network stack beeing available
before starting. Also "gmid" is now the syslog id.
2021-09-21 19:15:50 +02:00
..
vim contrib/vim: add Syntastic integration 2021-07-13 13:38:42 +02:00
Dockerfile fix the dockerfile 2021-07-11 20:58:42 +00:00
README contrib/vim: add Syntastic integration 2021-07-13 13:38:42 +02:00
gmid add an example rc(8) script for openbsd 2021-07-13 11:09:13 +02:00
gmid.service Improve gmid.service 2021-09-21 19:15:50 +02:00

README

This directory is for additional contributed files which may be
useful.

Dockerfile

	Sample Dockerfile to build alpine-based gmid images.

gmid

	Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.

gmid.service

	Simple systemd service file.

vim

	Syntax highlighting of gmid configuration for vim, to be
	placed into ~/.vim/ or /usr/share/vim/vimfiles/.

	To enable Syntastic checker, put this line in your vimrc:

	let g:syntastic_gmid_checkers = ['gmid']