mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 10:18:26 +00:00
6 lines
253 B
Bash
Executable File
6 lines
253 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl start chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server nmbd rsync samba-ad-dc smbd
|
|
systemctl stop rpcbind
|
|
|
|
systemctl status chrony dnsmasq lighttpd nfs-mountd nfs-server nfs-kernel-server nmbd rsync samba-ad-dc smbd |