]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
core120: Ship updated logrotate and restart unbound
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Mar 2018 13:51:38 +0000 (13:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Mar 2018 13:51:38 +0000 (13:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/120/filelists/logrotate [new symlink]
config/rootfiles/core/120/update.sh

diff --git a/config/rootfiles/core/120/filelists/logrotate b/config/rootfiles/core/120/filelists/logrotate
new file mode 120000 (symlink)
index 0000000..bc192c0
--- /dev/null
@@ -0,0 +1 @@
+../../../common/logrotate
\ No newline at end of file
index 02f2ad077710945aa353eff10d82b6b8c4dbcb4b..22d9d48d4de3f39c20a6dfe10f6ce24d6ecf33c1 100644 (file)
@@ -69,6 +69,7 @@ fi
 
 # Start services
 /etc/init.d/apache restart
+/etc/init.d/unbound restart
 
 # Remove deprecated SSH configuration option
 sed -e "/UsePrivilegeSeparation/d" -i /etc/ssh/sshd_config