gruezi 0.1.2

Service Discovery & Distributed Key-Value Store
Documentation
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if command -v systemctl >/dev/null 2>&1; then
    systemctl daemon-reload || true
fi

exit 0