- scriptify-unit
- Converts systemd service units into a basic shell script for
use with uinit or other process controllers that do not expect
forking services. Manual tuning of the script is needed.
Last modified: Mon, 13 Sep 2021 20:54:19 +0200
- shellify
- Takes on or more script files (any language) and puts their
source code in a shell function that runs the script from the
command line in single quotes. Useful to bundle several scripts
in a single shell script.
Last modified: Fri, 17 Dec 2021 08:20:34 +0100
- uinit.service
- A systemd service definition to run uinit for the local
user pi.
Last modified: Fri, 21 May 2021 18:50:39 +0200
- wlan-hotspot
- An example for Raspberry Pis: The shell script starts and stops a
local W-LAN access point, terminating (and restarting later)
conflicting system services. With uinit everything can be bundled
into one script file.
Last modified: Sat, 16 Oct 2021 14:20:06 +0200