Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 2023 - how to get systemd to start ColdFusion on server reboot

Community Beginner ,
Mar 31, 2025 Mar 31, 2025

I ran ./cf-init-run.sh install which created /etc/systemd/system/cf2023.service and created the symlink to run it but it doesn't work

 

cf2023.service has the following which doesn't seem right (sysinit doesn't exist)

 

[Unit]
Description=Adobe ColdFusion 2023
After=multi-user.target

[Service]
ExecStart=/appl/ColdFusion2023/cfusion/bin/../bin/sysinit start
ExecStop=/appl/ColdFusion2023/cfusion/bin/../bin/sysinit stop
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

 

I tried changing "sysinit" to "coldfusion" but that didn't work either

 

Has anyone gotten this to work? Or is there a diffferent way I should get ColdFusion to start on reboot?


Thanks!

92
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 04, 2025 Apr 04, 2025
LATEST

A similar problem was solved here: https://community.adobe.com/t5/coldfusion-discussions/coldfusion-2018-systemd-setup/m-p/10817794 

Check it out and see whether Jakesmith's suggestion helps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources