Skip to content

Implements some *-Service cmdlets for Linux systems

License

Notifications You must be signed in to change notification settings

thebitstick/powershell-systemctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Implements some *-Service cmdlets for Linux systems

Topics

Resources

License

Stars

Watchers

Forks