There was an error while loading. Please reload this page.
1 parent 64478c1 commit a369feaCopy full SHA for a369fea
1 file changed
.github/workflows/test-systemd.yml
@@ -60,6 +60,13 @@ jobs:
60
systemctl is-enabled lucee_ctl | tee -a $GITHUB_STEP_SUMMARY
61
echo '```' >> $GITHUB_STEP_SUMMARY
62
63
+ - name: Stop Lucee started by installer (so systemd can manage it)
64
+ run: |
65
+ sudo /opt/lucee/lucee_ctl stop
66
+ sleep 2
67
+ # Remove stale PID file if exists
68
+ sudo rm -f /opt/lucee/tomcat/work/tomcat.pid
69
+
70
- name: Test systemctl start
71
run: |
72
sudo systemctl start lucee_ctl
0 commit comments