/home 空间迁移与 fstab 调整记录

本文记录一次 /home 空间压力处理:没有直接调整 XFS 分区,而是把部分用户目录迁移到 /opt/home-offload/zemi,再通过 bind mount 挂回原路径。 背景系统未...

Linux

用户会话退出导致的级联服务停止

用户会话退出导致的级联服务停止TL;DR: 用户 wenyinos (UID 1002) 注销 SSH/图形会话导致其 systemd user 实例停止,所有用户级服务(ZeroCl...

Linux

使用zram-generator配置zram

安装软件包1apt install systemd-zram-generator 配置 zram-generator创建 zram-generator 配置文件1nano /etc/syste...

Linux

Linux Game Server Running on Boot

Using systemdsystemd is the default init system for most modern distros. You need to create a ser...

Linux