浏览代码

rm old cron files

preparing new version
tags/1.6.0
Azlux 4 年前
父节点
当前提交
d83aa8d631
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      debian/postinst

+ 4
- 0
debian/postinst 查看文件

@@ -4,6 +4,10 @@ set -euo pipefail
systemctl daemon-reload
systemctl enable log2ram.service log2ram-daily.timer


rm -f /etc/cron.daily/log2ram
rm -f /etc/cron.hourly/log2ram

if [ "$1" == "configure" ]; then
echo "##### Reboot to activate log2ram #####"
echo "##### edit /etc/log2ram.conf to configure options ####"


正在加载...
取消
保存