sovrin-foundation / steward-tools

tools for Sovrin steward
Apache License 2.0
9 stars 22 forks source link

ntp vs timesyncd #8

Closed AxelNennker closed 6 years ago

AxelNennker commented 6 years ago

My Sovrin node runs Ubuntu 16.04 but not ntpd but the script checks for ntpd and its port.

I locally patched the script to check for the default time daemon but that might not suit everyone.

Axel

    "procs_required": {
        'comment': '',
        'processes': [
            '/lib/systemd/systemd-timesyncd',
            '/usr/local/bin/start_indy_node'
        ]
    },