Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 310 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 310 Bytes

powershell-systemctl

Implements some *-Service cmdlets for Linux systems

Functions in Systemctl.psm1

  • Get-Service
    sudo systemctl status $name

  • Start-Service
    sudo systemctl start $name

  • Stop-Service
    sudo systemctl stop $name

  • Restart-Service
    sudo systemctl restart $name