diff --git a/log2ram-daily.service b/log2ram-daily.service index a8e2933..8b8390a 100644 --- a/log2ram-daily.service +++ b/log2ram-daily.service @@ -1,6 +1,7 @@ [Unit] Description=Daily Log2Ram writing activities After=log2ram.service +Documentation=https://github.com/azlux/log2ra [Service] ExecStart=/bin/systemctl reload log2ram.service diff --git a/log2ram.service b/log2ram.service index 398037d..93bceb9 100644 --- a/log2ram.service +++ b/log2ram.service @@ -6,6 +6,7 @@ After=local-fs.target Conflicts=shutdown.target reboot.target halt.target RequiresMountsFor=/var/log /var/hdd.log IgnoreOnIsolate=yes +Documentation=https://github.com/azlux/log2ra [Service] Type=oneshot