1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-07 23:16:47 +00:00

refactor: remove part of unneeded files

这个提交包含在:
bigeagle
2016-04-21 19:38:37 +08:00
父节点 3d38e413ce
当前提交 96f38363ea
共有 9 个文件被更改,包括 0 次插入252 次删除

查看文件

@@ -1,11 +0,0 @@
[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

查看文件

@@ -1,8 +0,0 @@
[Unit]
Description=TUNAsync GC every 10 minutes
[Timer]
OnUnitActiveSec=10min
[Install]
WantedBy=multi-user.target

查看文件

@@ -1,13 +0,0 @@
[Unit]
Description = TUNA mirrors sync daemon
Requires = network.target
After = network.target
[Service]
ExecStart = /home/tuna/.virtualenvs/tunasync/bin/python -u /home/tuna/tunasync/tunasync.py -c /etc/tunasync.ini
KillSignal = SIGTERM
ExecReload = /bin/kill -SIGUSR1 $MAINPID
Environment = "HOME=/home/tuna"
[Install]
WantedBy = multi-user.target