7 lines
125 B
Python
7 lines
125 B
Python
from SprintLib.BaseDaemon import BaseDaemon
|
|
|
|
|
|
class Daemon(BaseDaemon):
|
|
def command(self):
|
|
return "redis-server"
|