systemd systemctl

2025-05-09

systemd 加载

systemctl --user daemon-reload 

systemd 启动

systemctl --user start binance_monitor_price.service  

systemd 停止

systemctl --user stop binance_monitor_price.service  

添加到开机自动启动

systemctl --user enable binance_monitor_price.service  

取消开机启动

systemctl --user disable xxx.service