tunasync-snapshot-gc.service 302 B

1234567891011
  1. [Unit]
  2. Description=Delete garbage subvolumes generated by tunasync
  3. Requires = network.target
  4. After = network.target
  5. [Service]
  6. Type=oneshot
  7. ExecStart=/home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync_snapshot_gc.py -c /etc/tunasync.ini
  8. [Install]
  9. WantedBy = multi-user.target