mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 12:52:45 +00:00
12 lines
302 B
Desktop File
12 lines
302 B
Desktop File
[Unit]
|
|
Description=Delete garbage subvolumes generated by tunasync
|
|
Requires = network.target
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync_snapshot_gc.py -c /etc/tunasync.ini
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|