| .. | ||
| .config/rc | ||
| .profile | ||
| README.org | ||
- ROOT SERVICES
- USER SERVICES AND RUNLEVELS
- XDG_RUNTIME_DIR AND RUNLEVEL SETUP
- RUN USERS SERVICES ON BOOT
- IF <USER> HAS PASSWORD
ROOT SERVICES
- to be symlinked to
<service>.sh/etc/init.d/podman-containers
USER SERVICES AND RUNLEVELS
- folder to be symlinked to
.config~
XDG_RUNTIME_DIR AND RUNLEVEL SETUP
- to be symlinked to srch_shell{home/$USER.profile}
.profile
RUN USERS SERVICES ON BOOT
- Symlink to
/etc/init.d/user. After add, add the latter service with/etc/init.d/user.$usernamesas root.rc-update
IF <USER> HAS PASSWORD
Add the following to a new file in
/etc/doas.d/
permit nopass <user> as <user>
permit nopass root as <user>