* 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
10 lines
365 B
Text
10 lines
365 B
Text
# Generated BastionGuard Dinit user service.
|
|
type = process
|
|
command = /usr/libexec/bastionguard/bastionguard-dinit-user-run @BG_DINIT_USER_SERVICE_NAME@
|
|
restart = @BG_DINIT_USER_SERVICE_RESTART@
|
|
restart-delay = @BG_DINIT_USER_RESTART_DELAY@
|
|
restart-limit-count = 0
|
|
log-type = buffer
|
|
log-buffer-size = 1048576
|
|
load-options = export-passwd-vars
|
|
@meta enable-via boot
|