I want to try and mess with systemd as part of an addon I've written that runs on multiple platforms. Is it as simple as checking for the existence of "/storage/.config/system.d" to determine whether this function is available to me? Or is there a way to check that the platform is LE so that I can assume it's there? Thanks
OS systemd Availability
-
zomboided -
September 14, 2016 at 8:44 PM -
Thread is Unresolved
-
-
-
- Official Post
/etc/os-release should provide info on practically all Linux OS. Have a look at the OpenVPN service template in /storage/.config/system.d too
-
Thanks to you both, that's helpful.