回答編集履歴
1
回答追記
test
CHANGED
@@ -13,3 +13,19 @@
|
|
13
13
|
Mar 12 07:24:56 localhost systemd[12746]: tomcat.service: Failed at step EXEC spawning /opt/apache-tomcat-9.0.43/bin/startup.sh: Permission denied
|
14
14
|
|
15
15
|
```
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
ファイル権限があるのに`Permission denied`が発生するときはSELinuxでアクセス拒否されている可能性が考えられます。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
ログに出ている以下のメッセージでググれば情報が見つかります。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
SELinux is preventing /usr/lib/systemd/systemd from execute access on the file startup.sh
|
30
|
+
|
31
|
+
```
|