ヘルプ:clamd@amavisd 自動起動設定できない
提供:あわ自由帳
メインページ > ヘルプ:目次 > ヘルプ:自宅サーバーの管理(CentOS) > clamd@amavisd 自動起動設定できない
clamd@amavisd
- CentOS clamd@amavisd 自動起動設定できない
[root@host3 ~]# systemctl enable clamd@amavisd The unit files have no [Install] section. They are not meant to be enabled using systemctl. Possible reasons for having this kind of units are: 1) A unit may be statically enabled by being symlinked from another unit's .wants/ or .requires/ directory. 2) A unit's purpose may be to act as a helper for some other unit which has a requirement dependency on it. 3) A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, ...).
ユニットの自動起動が有効、無効の一覧
[root@host3 ~]# systemctl list-unit-files -t service
結果は「static」だった。
enableとなっているところは自動起動が有効、disabledとなっているところは自動起動が無効という意味。staticは他のユニットに依存するもので、これ単体で有効/無効が設定できないもの。