無法使用 systemctl is-enabled 查詢服務

無法使用 systemctl is-enabled 查詢服務

在 Debian Jessie 上,systemd 看起來運作得很好:

$ sudo systemctl enable shibd.service 
Synchronizing state for shibd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d shibd defaults
Executing /usr/sbin/update-rc.d shibd enable

「開始」、「停止」和「狀態」命令所有工作。

但 is-enabled 指令失敗:

$ sudo systemctl is-enabled shibd.service 
Failed to get unit file state for shibd.service: No such file or directory

另一方面,對於 sssd,ssh 也可以「啟用」:

$ sudo systemctl is-enabled sssd.service 
enabled

我想解決這個問題,因為木偶嘗試在每次運行時重新啟用服務。

相關內容