tunasync/systemd/tunasync-snapshot-gc@.service
2014-10-18 23:26:18 +08:00

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