summarylogtreecommitdiffstats
path: root/acme-client@.service
diff options
context:
space:
mode:
Diffstat (limited to 'acme-client@.service')
-rw-r--r--acme-client@.service23
1 files changed, 23 insertions, 0 deletions
diff --git a/acme-client@.service b/acme-client@.service
new file mode 100644
index 000000000000..f436989543c5
--- /dev/null
+++ b/acme-client@.service
@@ -0,0 +1,23 @@
+[Unit]
+Description=Check and renew ACME TLS certificates
+After=network.target
+Requires=network.target
+
+[Service]
+Type=oneshot
+
+ExecStart=/usr/bin/acme-client -v %I
+SuccessExitStatus=2
+
+ExecStopPost=/usr/bin/sh -c "[ ! -x '/etc/acme-client.d/%I.hook' ] || exec '/etc/acme-client.d/%I.hook'"
+
+PrivateTmp=true
+PrivateDevices=true
+ProtectHome=true
+
+ReadOnlyPaths=/
+
+StateDirectory=acme-client/accounts
+StateDirectory=acme-client/certs
+RuntimeDirectory=acme-challenge
+RuntimeDirectoryMode=0755