在WSL上使用systemctl命令启动服务

在WSL上使用systemctl命令启动服务

环境:Archlinux On Windows

  1. 安装daemonize

    pacman -S daemonize
    
  2. 安装genie

    pacman -S genie-systemd
    
  3. genie的使用

    genie -s     # 启动systemd进程,并进入环境终端
    
    进入环境后执行相关命令即可
    
    systemctl start 服务
    

推荐阅读:

WSL2(Arch Linux)使用systemd

ystemctl命令_WSL2 中使用 systemctl 命令_weixin_39824020的博客-程序员宅基地

上一篇:zxing解析二维码demo


下一篇:【华为云技术分享】【玩转Atlas200DK系列】应用开发之 交叉编译第三方库并在工程中使用(jsoncpp)