From 1ffd89c70efc368dca67c5948ac5f6e8908bf228 Mon Sep 17 00:00:00 2001 From: Nathan Huizinga Date: Sun, 10 Dec 2017 22:45:59 +0100 Subject: [PATCH] Fixed: use systemctl reload to write changes to disk and to the log --- log2ram.hourly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log2ram.hourly b/log2ram.hourly index 3e5dd87..d7da285 100644 --- a/log2ram.hourly +++ b/log2ram.hourly @@ -1,3 +1,3 @@ -#! /bin/sh +#!/bin/sh -/usr/local/bin/log2ram write > /dev/null +systemctl reload log2ram