systemctl更新配置、启动服务、设置开机启动命令

# 更新配置
systemctl daemon-reload

# 启动服务
systemctl start cloudreve

# 设置开机启动
systemctl enable cloudreve

# 关闭自动启动的任务
systemctl disable hst

# 查看自动启动任务
systemctl list-unit-files

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

滚动至顶部