...we don't need to restart for ls operations
This commit is contained in:
parent
704e590891
commit
f904052111
@ -302,8 +302,9 @@ class Manager(object):
|
||||
|
||||
def close(self):
|
||||
self.conn.close()
|
||||
_cmd = ['systemctl', 'restart', 'murmur']
|
||||
subprocess.run(_cmd)
|
||||
if self.args['operation'] in ('add', 'rm', 'edit'):
|
||||
_cmd = ['systemctl', 'restart', 'murmur']
|
||||
subprocess.run(_cmd)
|
||||
return()
|
||||
|
||||
def parseArgs():
|
||||
|
Loading…
Reference in New Issue
Block a user