Revision 607e47b0

b/snf-deploy/snfdeploy/components.py
1154 1154
            ("/etc/archip/pithos.conf.py", {}, {})
1155 1155
            ]
1156 1156

  
1157
    def initialize(self):
1158
        return [
1159
            "archipelago start"
1160
            ]
1161

  
1162 1157
    def restart(self):
1163 1158
        return [
1164
            "/etc/init.d/archipelago restart"
1159
            "archipelago restart"
1165 1160
            ]
1166 1161

  
1167 1162

  

Also available in: Unified diff