一、问题
使用树莓派重启服务时提示服务空间不足。
Failed to add /run/systemd/ask-password to directory watch: No space left on device
二、临时解决
echo 1048576 > /proc/sys/fs/inotify/max_user_watches
编辑配置文件
vim /etc/sysctl.conf
fs.inotify.max_user_watches=1048576
粤公网安备44010602011869号
粤ICP备13031080号-1