summarylogtreecommitdiffstats
path: root/readeef.install
diff options
context:
space:
mode:
Diffstat (limited to 'readeef.install')
-rw-r--r--readeef.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/readeef.install b/readeef.install
new file mode 100644
index 000000000000..fd600392e512
--- /dev/null
+++ b/readeef.install
@@ -0,0 +1,8 @@
+post_install() {
+ systemd-sysusers readeef.conf
+ systemd-tmpfiles --create readeef.conf
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create readeef.conf
+}