tunasync-snapshot-gc@.service 283 B

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