Преглед на файлове

Add Documentation=... to sample systemd service files.

Dan Helfman преди 9 месеца
родител
ревизия
02a2e77315
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      sample/systemd/borgmatic-user.service
  2. 1 0
      sample/systemd/borgmatic.service

+ 1 - 0
sample/systemd/borgmatic-user.service

@@ -3,6 +3,7 @@ Description=borgmatic backup
 Wants=network-online.target
 After=network-online.target
 ConditionACPower=true
+Documentation=https://torsion.org/borgmatic/
 
 [Service]
 Type=oneshot

+ 1 - 0
sample/systemd/borgmatic.service

@@ -5,6 +5,7 @@ After=network-online.target
 # Prevent borgmatic from running unless the machine is plugged into power. Remove this line if you
 # want to allow borgmatic to run anytime.
 ConditionACPower=true
+Documentation=https://torsion.org/borgmatic/
 
 [Service]
 Type=oneshot