Fedora 3X : resin.service regist Hint : systemctl daemon-reload & chkconfig

 

# cd 

# wget https://caucho.com/download/rpm-6.8/4.0.63/x86_64/resin-4.0.63-1.x86_64.rpm

# rpm -ivh resin-pro-4.0.63-1.x86_64.rpm

 

# systemctl daemon-reload

 

# systemctl enable resin.service 

resin.service is not a native service, redirecting to systemd-sysv-install.

Executing: /usr/lib/systemd/systemd-sysv-install enable resin

Failed to execute /usr/lib/systemd/systemd-sysv-install: 

 

# yum install chkconfig -y

# systemctl enable resin.service 

resin.service is not a native service, redirecting to systemd-sysv-install.

Executing: /usr/lib/systemd/systemd-sysv-install enable resin

 

# ll /etc/rc.d/rc0.d/

K10resin -> ../init.d/resin

 

# systemctl restart resin.service 

# systemctl status resin.service