summarylogtreecommitdiffstats
path: root/riemann.install
diff options
context:
space:
mode:
Diffstat (limited to 'riemann.install')
-rw-r--r--riemann.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/riemann.install b/riemann.install
new file mode 100644
index 000000000000..a5015053d118
--- /dev/null
+++ b/riemann.install
@@ -0,0 +1,10 @@
+post_install() {
+ systemd-sysusers riemann.conf
+ install -d -o riemann -g riemann /var/{lib,log}/riemann
+}
+
+post_remove() {
+ echo "Note: this package does not automatically remove the riemann user " \
+ "and group. Please remove them manually if they are no longer " \
+ "required."
+}