blob: 75bc83807878e23b077da796f777e7943460cc3e (
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
|