Raspberry Piでのパッケージリストの自動更新を停止。

https://thr3a.hatenablog.com/entry/20191005/1570271926

を参考に以下を実施。

# systemctl stop apt-daily.timer
# systemctl disable apt-daily.timer
# systemctl stop apt-daily-upgrade.timer
# systemctl disable apt-daily-upgrade.timer
# chmod -x /etc/cron.daily/apt-compat
# cmmod -x /etc/cron.daily/aptitude

(apt-daily.serviceってのもあるが、staticなサービスなのでdisableとかできない感じ)


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-02-15 (火) 10:06:51