Samba: Difference between revisions

imported>Nodupe
m Corrected the search link - now the page loads, but it has hardcoded the unstable release.
imported>Quentinsf
Update samba systemd service names
Line 168: Line 168:
=== stopping/restarting the services ===
=== stopping/restarting the services ===
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# systemctl stop samba
# systemctl stop samba-smbd.service
# systemctl start samba
# systemctl start samba-smbd.service
# systemctl restart samba
# systemctl restart samba-smbd.service
</syntaxhighlight>
</syntaxhighlight>