core
core copied to clipboard
Systemd unit file requires install section to enable
当前生成的 systemd unit file 缺少 [install] section, 导致 enable 服务会默默失败...
需要加上
[Install]
WantedBy=multi-user.target