Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Greg PanagiotatosGreg PanagiotatosReporter
Xiaoming WangXiaoming WangPriority
MinorFix versions
Affects versions
Details
Details
Components
Assignee
Greg Panagiotatos
Greg PanagiotatosReporter
Xiaoming Wang
Xiaoming WangPriority
Fix versions
Affects versions
Created May 20, 2015 at 6:43 PM
Updated June 16, 2016 at 3:51 PM
Resolved June 16, 2016 at 3:51 PM
If systemd is installed and active add hpcc-init.service and hpcc-init@.service to systemd script directory and enable them.
Difference between hpcc-init.service and hpcc-init@.service:
hpcc-init.service output to system log under /var/log
hpcc-init@.service output to both system log and STDOUT/STDERR. But user should know TTY path
usage:
hpcc-init.service:
sudo service hpcc-init <start|stop|restart> or
systemctl <start|stop|restart> hpcc-init
systemd will write standardout and standard error to system log under /var/log. User can run "journalctl -u hpcc-init" to retrieve the log
hpcc-init@.service:
sudo service hpcc-init@<tty id> <start|stop|restart> or
systemctl <start|stop|restart> hpcc-init@<tty id>
For example if tty path is /dev/pts/2 the <tty id> is 2.