UnisKB/apps/common/management/commands/restart.py

7 lines
156 B
Python
Raw Normal View History

2024-08-21 06:46:11 +00:00
from .services.command import BaseActionCommand, Action
class Command(BaseActionCommand):
help = 'Restart services'
action = Action.restart.value