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