Browse Source

Add Documentation links for systemd use. (#232)

master
melizasw 1 month ago
committed by GitHub
parent
commit
5cd873123c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      log2ram-daily.service
  2. +1
    -0
      log2ram.service

+ 1
- 0
log2ram-daily.service View File

@@ -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

+ 1
- 0
log2ram.service View File

@@ -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


Loading…
Cancel
Save