## systemctl_action()


Run `systemctl <action> <service>` and return the completed process.


Usage


``` python
systemctl_action(
    action,
    service,
)
```
