rainoffallingstar / systemdR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systemdR

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

Installation

pak::pak("rainoffallingstar/systemdR")

Example

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

About

License:Other


Languages

Language:R 100.0%