You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I got this error when starting my application as a service in centOS 7.
[root@host-10-50-50-195 /]# service myApplication start
Redirecting to /bin/systemctl start myApplication.service
[root@host-10-50-50-195 /]# service myApplication status
Redirecting to /bin/systemctl status myApplication.service
myApplication.service - myApplication Service :)
Loaded: loaded (/etc/systemd/system/myApplication.service; enabled)
Active: inactive (dead)
start condition failed at Fri 2017-05-05 13:03:25 IST; 5s ago
ConditionFileIsExecutable=/root/Untitled\x20Folder/myApplication/bin/Kernel_linux_x64 was not met
May 05 12:15:18 localhost.localdomain systemd[1]: Started myApplication Servic...
May 05 13:03:25 host-10-50-50-195 systemd[1]: Started myApplication Service :).
Hint: Some lines were ellipsized, use -l to show in full
I installed my application in /root/Untitled Folder
The text was updated successfully, but these errors were encountered:
Hi
I got this error when starting my application as a service in centOS 7.
The text was updated successfully, but these errors were encountered: