Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomwiggers/systemd-timer-generator


https://github.com/thomwiggers/systemd-timer-generator

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Systemd generator for timer units

Generates systemd `.timer` and `.service` units to more easily add cron-like tasks to your system.

You'll still have to copy them into the right place (either `/etc/systemd/system`
or `$HOME/.config/systemd/user`) and reload systemd using `systemctl daemon-reload`.

## Usage

```sh
generate-systemd-timer unit-name
# Now two editors will pop up to allow you to customize
# Afterwards you'll find unit-name.service and unit-name.timer in the current folder.
```