Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用星号 11.2.1 和 Fedora 17。我想通过命令“服务星号启动”启动星号并停止它“服务星号停止”。换句话说,我想在加载操作系统时启动星号本身
我认为应该是:
systemctl start asterisk
并停止:
systemctl stop asterisk
允许在启动时启动服务:
systemctl enable foo.service
禁用在启动期间不启动的服务:
systemctl disable foo.service