From 91300c8c7731e3b96f8fc74ff97540b83e417dfd Mon Sep 17 00:00:00 2001 From: Lahire Biette Date: Sat, 13 Jan 2018 15:03:10 +0100 Subject: [PATCH] Update logrotate.conf --- conf/logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/logrotate.conf b/conf/logrotate.conf index 0e3846b..3069a4d 100644 --- a/conf/logrotate.conf +++ b/conf/logrotate.conf @@ -8,7 +8,7 @@ compress delaycompress postrotate - systemctl restart syncthing > /dev/null + systemctl restart syncthing@SYNCUSER > /dev/null endscript }