lukeluo / linux-debian7-admin

linux administration script,config files, misc
22 stars 20 forks source link

Using your script in gentoo #1

Open gulbuhar opened 9 years ago

gulbuhar commented 9 years ago

Hello,

Its great to see a good script to use vpngate in linux , [ Well done & Thanks]. I run Gentoo, Gentoo uses OpenRC as its default sysvinit and your script is based on systemd The problem is I almost know nothing about scripting. Is it hard to recode it for OpenRC ? Or it would be great if you could recode it

Regards.

lukeluo commented 9 years ago

there is no any barrier to openRC instead of systemd. As you said, scripting and understanding init system is the key. I happen not to use Gentoo, and can not have enough bandwidth to migrate the scripts to openRC. But I have used solaris/redhat/suse/ubuntu/debian/archlinux, I don't have too much concern/confuse about init system. They all solve same problem with only slightly different angles. I would recommend you to write your own scripts. It might not be that hard after all.