-
Notifications
You must be signed in to change notification settings - Fork 0
Running
Rob Linton edited this page May 22, 2020
·
2 revisions
Now that SKC has been configured you will need to run SKC as a service.
Under MacOS skc will need to be added as a daemon or added to the crontab as:
@reboot /usr/local/bin/skc/skc -s public -d /usr/local/bin/skc
Under Unix skc will need to be added as a daemon or added to the crontab as:
@reboot /usr/local/bin/skc/skc -s public -d /usr/local/bin/skc
Under windows we have automatically added the capability to run skc as a service.
To install the service: (As administrator)
skc install -s public
To start the service:
skc start