From 1184580246260dd787ce393be824ebe257e7c17f Mon Sep 17 00:00:00 2001 From: Nemanja Boric Date: Wed, 13 Jun 2018 15:50:54 +0200 Subject: [PATCH] Change the name in logrotate file to match the systemd service This adapts logrotate file to reload the proper service name. --- deploy/logrotate/dlsnode-logs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/logrotate/dlsnode-logs b/deploy/logrotate/dlsnode-logs index b707cf9..d4829bf 100644 --- a/deploy/logrotate/dlsnode-logs +++ b/deploy/logrotate/dlsnode-logs @@ -19,6 +19,6 @@ maxsize 500M sharedscripts postrotate - service dls reload >/dev/null 2>&1 + service dlsnode reload >/dev/null 2>&1 endscript }