Service Units(systemd) December 12, 2023 Content # EnvironmentFile=-/etc/default/ssh The minus sign (-) in front of the path to the file tells systemd that if the file doesn’t exist, don’t worry about it and start the service anyway. 没有[Install]意味着服务为static,将无法enable。 From # Links #