mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2026-02-17 17:35:24 +00:00
5 lines
252 B
Bash
5 lines
252 B
Bash
#!/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 |