An open API service indexing awesome lists of open source software.

https://github.com/rainoffallingstar/systemdr


https://github.com/rainoffallingstar/systemdr

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

### systemdR

This is an R package for managing systemd services and timers in linux.

#### Installation

``` r
pak::pak("rainoffallingstar/systemdR")
```

#### Example

``` r
# for systemd service
ServiceClass$new()
# for systemd timer
TimerClass$new()
```