Theme · Morpho
薄荷
薄荷

cd2的

docker-compose.yml

services:  clouddrive2:    image: cloudnas/clouddrive2:latest    container_name: cd2    network_mode: host    privileged: true    pid: host    ports:      - "19798:19798"    volumes:      - ./config:/Config      - /vol1/1000:/fnos:shared          environment:      - TZ=Asia/Shanghai      - PUID=0      - PGID=0      - CLOUDDRIVE_HOME=/Config    devices:      - /dev/fuse:/dev/fuse    restart: always

2026年7月30日
薄荷
薄荷

笔记本合盖不关机

root权限

sed -i '/^#HandleLidSwitch=/cHandleLidSwitch=ignore' /etc/systemd/logind.conf && sed -i '/^#HandleLidSwitchExternalPower=/cHandleLidSwitchExternalPower=ignore' /etc/systemd/logind.conf && sed -i '/^#LidSwitchIgnoreInhibited=/cLidSwitchIgnoreInhibited=yes' /etc/systemd/logind.conf && systemctl restart systemd-logind

验证

grep LidSwitch /etc/systemd/logind.conf

巩固

systemctl restart systemd-logind

2026年7月30日
薄荷
薄荷

看看效果

2026年7月28日