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