Merge branch 'noslicemgr' into nocomponent
[sfa.git] / config / sfa-config-tty
index ce25b56..029cfa1 100755 (executable)
@@ -28,7 +28,6 @@ usual_variables = [
     "SFA_REGISTRY_ROOT_AUTH",
     "SFA_REGISTRY_HOST",
     "SFA_AGGREGATE_HOST",
-    "SFA_SM_HOST",
     "SFA_DB_HOST",
 ]
 
@@ -230,7 +229,8 @@ def reload_service():
 def restart_service():
     services = ('sfa-db', 'sfa-aggregate', 'sfa-registry')
     for service in services:
-        restart = ("systemctl -q is-active {s} && {{ echo restarting {s} ; systemctl restart {s}; }}"
+        restart = ("systemctl -q is-active {s} && "
+                   "{{ echo restarting {s} ; systemctl restart {s}; }}"
                    .format(s=service))
         os.system(restart)