blob: c7d2cefc7a698f0c099bd4b75b055d462f38b338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# initify
This utility converts simple systemd services to OpenRC init-scripts.
## Usage
initify.pl [filename]
NOTE: The service name will initially be `(fill in)`. This is due to the ability to pipe service-files from `stdin`, as well
as the lack of a service-name field in systemd services.
## TODO
- Handle the targets which directly map to OpenRC runlevels
- Convert systemd timers to crontab entries
|