Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomwiggers/systemd-timer-generator
https://github.com/thomwiggers/systemd-timer-generator
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomwiggers/systemd-timer-generator
- Owner: thomwiggers
- Created: 2020-03-20T16:05:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:11:50.000Z (9 months ago)
- Last Synced: 2024-03-24T12:43:36.200Z (8 months ago)
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
```