* add support for systemd, OpenRC, SysVinit, and Dinit * add automatic init-system detection through CMake * make libsystemd optional for non-systemd builds * add native service definitions for all supported init systems * add Gentoo ebuild and Alpine APKBUILD packaging support * publish the official BastionGuard source repository * update the README with supported distributions, init systems, repository information, and build documentation
8 lines
307 B
Text
8 lines
307 B
Text
# Generated BastionGuard Dinit system service.
|
|
type = @BG_DINIT_SERVICE_TYPE@
|
|
command = /usr/libexec/bastionguard/bastionguard-dinit-run @BG_DINIT_SERVICE_NAME@
|
|
restart = @BG_DINIT_SERVICE_RESTART@
|
|
@BG_DINIT_SERVICE_RESTART_OPTIONS@
|
|
log-type = buffer
|
|
log-buffer-size = 1048576
|
|
@meta enable-via bastionguard
|