Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 254 Bytes

d.md

File metadata and controls

6 lines (4 loc) · 254 Bytes

Start, stop, and check the status of network services

On systemd-based systems, use: sudo systemctl [is-active|is-enabled-start|restart|reload|status|stop|try-restart] <name.service>

Note: On SysV-based systems use the service command instead.