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

update systemd

这个提交包含在:
bigeagle
2014-10-18 23:57:05 +08:00
父节点 8ddac716d5
当前提交 b0e4648dc3
共有 4 个文件被更改,包括 9 次插入5 次删除

查看文件

@@ -0,0 +1,11 @@
[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 -c /etc/tunasync.ini
[Install]
WantedBy = multi-user.target