用户自定义服务

  • Unit位置

~/.config/systemd/user/

  • 开机自动启动服务

systemctl --user enable XXX.service

  • 更新服务文件后重新载入

systemctl --user daemon-reload