1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 22:46:47 +00:00
文件
tunasync/systemd/tunasync-snapshot-gc.service
2014-10-19 00:43:07 +08:00

12 行
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