sudo service postgresql start
每次在 WSL2 上启动 Ubuntu 时,我都需要运行。
启动 Ubuntu 时如何使服务自动启动?
WSL 不使用 systemd,因此sudo systemctl enable postgresql
不起作用。
$ sudo systemctl status postgresql
System has not been booted with systemd as init system (PID 1).
Can't operate. Failed to connect to bus: Host is down
是否有在启动时启动服务的标准方法?
编辑
我想在 Ubuntu 启动时启动服务,而不是在 Windows 启动时启动。