- 在系统指定目录下新建文件
- 编辑文件内容
- 重新加载和启动
systemctl daemon- reload
- 启动和停止服务
systemctl start sell
systemctl stop sell
- 设置开机启动和取消开机启动
systemctl enable sell
systemctl disable sell
systemctl daemon- reload
systemctl start sell
systemctl stop sell
systemctl enable sell
systemctl disable sell