1
0
Fork 0
mirror of https://github.com/inexcode/backup-facility synced 2024-11-21 22:11:26 +00:00
backup-facility/pixelfed/pixelfed-prune.service
2020-01-17 17:43:50 +03:00

9 lines
235 B
Desktop File

[Unit]
Description=Pixelfed data backup service (data pruning)
[Service]
User=pixelfed
Group=restic
Type=oneshot
ExecStart=/usr/bin/restic -r /backups/pixelfed/database prune
EnvironmentFile=/home/pixelfed/.config/pixelfed-backup.conf