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

feature(systemd): add reload command

这个提交包含在:
bigeagle
2016-05-02 22:32:31 +08:00
父节点 ba46e3a63a
当前提交 4f3a91cda7

查看文件

@@ -8,6 +8,7 @@ User=tunasync
PermissionsStartOnly=true
ExecStartPre=/usr/bin/cgcreate -t tunasync -a tunasync -g cpu:tunasync
ExecStart=/home/bin/tunasync worker -c /etc/tunasync/worker.conf --with-systemd
ExecReload=/bin/kill -SIGHUP $MAINPID
ExecStopPost=/usr/bin/cgdelete cpu:tunasync
[Install]