Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [wip] services fixes - enhancements
@ 2022-02-03 19:50 mobinmob
  2022-02-03 19:56 ` mobinmob
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: mobinmob @ 2022-02-03 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages service-fixes
https://github.com/void-linux/void-packages/pull/35384

[wip] services fixes - enhancements
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35384.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-service-fixes-35384.patch --]
[-- Type: text/x-diff, Size: 1965 bytes --]

From 26fa26f035721148d3ad0ba9c76b927550176cb1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 3 Feb 2022 21:45:31 +0200
Subject: [PATCH] vault: fix and enhance service, add sample conf file.

---
 srcpkgs/vault/files/vault.conf    | 6 ++++++
 srcpkgs/vault/files/vault/log/run | 1 +
 srcpkgs/vault/files/vault/run     | 2 +-
 srcpkgs/vault/template            | 3 ++-
 4 files changed, 10 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/vault/files/vault.conf
 create mode 120000 srcpkgs/vault/files/vault/log/run

diff --git a/srcpkgs/vault/files/vault.conf b/srcpkgs/vault/files/vault.conf
new file mode 100644
index 000000000000..c2a404c6cfcf
--- /dev/null
+++ b/srcpkgs/vault/files/vault.conf
@@ -0,0 +1,6 @@
+# Please configure vault according to the the documentation.
+# The contents below are the bare minimum to allow the service to run.
+
+storage "file" {
+  path = "/mnt/vault/data"
+}
diff --git a/srcpkgs/vault/files/vault/log/run b/srcpkgs/vault/files/vault/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/vault/files/vault/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/vault/files/vault/run b/srcpkgs/vault/files/vault/run
index 840cc2836921..c5b226b3045c 100644
--- a/srcpkgs/vault/files/vault/run
+++ b/srcpkgs/vault/files/vault/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec chpst -u _vault vault server -config=/etc/vault/
+exec chpst -u _vault vault server -config=/etc/vault.conf
diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template
index 1ba3566e77c7..ff6064bf94c5 100644
--- a/srcpkgs/vault/template
+++ b/srcpkgs/vault/template
@@ -1,7 +1,7 @@
 # Template file for 'vault'
 pkgname=vault
 version=1.9.2
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/hashicorp/vault"
 go_build_tags="release"
@@ -26,4 +26,5 @@ esac
 post_install() {
 	vlicense LICENSE
 	vsv vault
+	vconf ${FILESDIR}/vault.conf
 }

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-05-28 11:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 19:50 [PR PATCH] [wip] services fixes - enhancements mobinmob
2022-02-03 19:56 ` mobinmob
2022-02-03 20:01 ` [PR PATCH] [Updated] " mobinmob
2022-02-03 20:02 ` mobinmob
2022-02-03 20:09 ` [PR PATCH] [Updated] " mobinmob
2022-02-03 20:19 ` mobinmob
2022-02-03 20:25 ` mobinmob
2022-02-05  9:41 ` mobinmob
2022-02-05 10:04 ` mobinmob
2022-02-05 10:56 ` mobinmob
2022-02-05 11:34 ` mobinmob
2022-02-05 14:05 ` mobinmob
2022-02-05 14:54 ` mobinmob
2022-02-05 20:30 ` [PR PATCH] [Updated] " mobinmob
2022-02-05 20:31 ` mobinmob
2022-05-28 11:28 ` [PR PATCH] [Closed]: " mobinmob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).