from SprintLib.BaseDaemon import BaseDaemon class Daemon(BaseDaemon): def command(self): return "redis-server"