mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-13 04:17:00 +00:00
12 lines
283 B
Desktop File
12 lines
283 B
Desktop File
[Unit]
|
|
Description=Delete garbage subvolumes generated by tunasync
|
|
Requires = network.target
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync_snapshot_gc.py %i
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|