1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Add Documentation key
Author: Steve Meliza <swm@swm1.com>
Forwarded: https://github.com/azlux/log2ram/pull/232
--- log2ram-1.7.2+ds.orig/log2ram-daily.service
+++ log2ram-1.7.2+ds/log2ram-daily.service
@@ -1,6 +1,7 @@
[Unit]
Description=Daily Log2Ram writing activities
After=log2ram.service
+Documentation=https://github.com/azlux/log2ram
[Service]
ExecStart=/bin/systemctl reload log2ram.service
--- log2ram-1.7.2+ds.orig/log2ram.service
+++ log2ram-1.7.2+ds/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/log2ram
[Service]
Type=oneshot
|