dkeith wrote:# systemctl status logmein-hamachi.service
logmein-hamachi.service - LSB: Start/stop logmein-hamachi engine
Loaded: loaded (/etc/rc.d/init.d/logmein-hamachi)
Active: failed (Result: timeout) since Tue, 2013-10-08 12:41:16 EDT; 3min 8s ago
Process: 11387 ExecStart=/etc/rc.d/init.d/logmein-hamachi start (code=killed, signal=TERM)
CGroup: name=systemd:/system/logmein-hamachi.service
Oct 08 12:29:34 DAVIDOPTIPLEX9010 systemd[1]: Starting LSB: Start/stop logmein-hamachi engine...
Oct 08 12:41:16 DAVIDOPTIPLEX9010 systemd[1]: Failed to start LSB: Start/stop logmein-hamachi engine.
Oct 08 12:41:16 DAVIDOPTIPLEX9010 systemd[1]: Unit logmein-hamachi.service entered failed state
Look at what that script does, understand it, execute it manually and adapt where necessary.
FWIW, no need to post journalctl -n output, as that's already contained in systemctl status output, by default that shows last 10 lines of log for that service when called as root.