blob: 46826b9f2d5188d2779f9e57ae98f893ad040520 (
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~~
|