commit message from python script
This commit is contained in:
@@ -65,7 +65,7 @@ class nfs_server_conf:
|
|||||||
|
|
||||||
def nfs_con_user(self):
|
def nfs_con_user(self):
|
||||||
pass
|
pass
|
||||||
|
#wait
|
||||||
def start_nfs_server(self):
|
def start_nfs_server(self):
|
||||||
unitname_nfsv4 = "nfsv4-server.service"
|
unitname_nfsv4 = "nfsv4-server.service"
|
||||||
if subprocess.run(['systemctl', 'restart', unitname_nfsv4]).returncode == 0:
|
if subprocess.run(['systemctl', 'restart', unitname_nfsv4]).returncode == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user