From 1e8ffbcf9899ca709155c1dea507d73454c5db4d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Apr 2020 00:33:36 +0200 Subject: [PATCH] Correction de systemd --- certbot-webroot.service | 1 + debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/certbot-webroot.service b/certbot-webroot.service index 937e9dd..98b9a11 100644 --- a/certbot-webroot.service +++ b/certbot-webroot.service @@ -7,6 +7,7 @@ After=network.target EnvironmentFile=-/etc/default/certbot-webroot Type=simple User=www-data +WorkingDirectory=-/opt/certbot-webroot ExecStart=/usr/bin/node /opt/certbot-webroot/certbot-webroot.js Restart=on-failure diff --git a/debian/changelog b/debian/changelog index 72eb424..53065ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +certbot-webroot (1.1) stable; urgency=medium + + * Correct systemd + * + + -- Benoit LORAND Tue, 07 Apr 2020 00:29:54 +0200 + certbot-webroot (1.0) stable; urgency=medium * Initial release.