commit message from python script

This commit is contained in:
2023-10-09 15:36:01 +02:00
parent 3b11946df8
commit a14d7b77fa

View File

@@ -65,7 +65,7 @@ class nfs_server_conf:
def nfs_con_user(self):
pass
#wait
def start_nfs_server(self):
unitname_nfsv4 = "nfsv4-server.service"
if subprocess.run(['systemctl', 'restart', unitname_nfsv4]).returncode == 0: