https://github.com/rainoffallingstar/systemdr
https://github.com/rainoffallingstar/systemdr
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainoffallingstar/systemdr
- Owner: rainoffallingstar
- License: other
- Created: 2024-03-27T07:55:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T22:02:31.000Z (over 2 years ago)
- Last Synced: 2025-10-18T09:54:12.914Z (10 months ago)
- Language: R
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```