From 91073ca08f5f9582196712ae6753714f3333979f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 26 Apr 2020 09:15:26 +0200 Subject: (Re-)start server automatically on Debian on install --- TODO | 1 - debian/compat | 2 +- debian/rules | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 27a768b..da9cf7c 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ weblog: blättern weblog: link consistency check (cron?) weblog: style: zitate Integrate into Debian -debian: restart server on install/update Ubuntu version Speed up config.GetPath read: The socket was closed due to a timeout diff --git a/debian/compat b/debian/compat index ec63514..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +12 diff --git a/debian/rules b/debian/rules index 0780fbf..921ee04 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,5 @@ dh $@ override_dh_fixperms: + dh_fixperms chown www-data:www-data debian/webserver/var/lib/webserver -- cgit v1.2.3