Add Documentation=... to sample systemd service files.
All checks were successful
build / test (push) Successful in 5m5s
build / docs (push) Successful in 1m14s

This commit is contained in:
Dan Helfman 2024-10-27 16:31:08 -07:00
parent 9b623a8a8e
commit 02a2e77315
2 changed files with 2 additions and 0 deletions

View File

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

View File

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