Implements some *-Service cmdlets for Linux systems
-
Get-Service
sudo systemctl status $name -
Start-Service
sudo systemctl start $name -
Stop-Service
sudo systemctl stop $name -
Restart-Service
sudo systemctl restart $name
| Name | Name | Last commit date | ||
|---|---|---|---|---|