systemd / zram-generator

Systemd unit generator for zram devices
MIT License
575 stars 48 forks source link

Is it supported by systemV without using some kind of wrapper or something? #169

Closed Raj2032 closed 1 year ago

Raj2032 commented 1 year ago

I want to install Peppermint Devaun edition which uses systemV rather than systemD, so I wanted to enquire if this is supported by systemV as well without using some kind of wrapper, as I know that with Gnome applications you have to use some kind of wrapper to get systemV working with Gnome applications so that is why I ask?

nabijaczleweli commented 1 year ago

Notionally, you could run this generator manually and hard-parse the exec lines. At some point you should ask yourself if it's just easier to use something that targets a traditional init tho. Or just write to sysfs manually.

Raj2032 commented 1 year ago

@nabijaczleweli Hi, thanks for your response.

traditional init tho

a traditional init would be runit? Am I correct?

nabijaczleweli commented 1 year ago

i mean, sure, runit is closer to commercial AT&T UNIX init than it is to systemd, but I'd still call it a bit of a stretch

Raj2032 commented 1 year ago

@nabijaczleweli I see, are the tradiional init systems still maintained?