Follow-ups Re: Basic Suite66 guide Basic Suite66 guide 05 May 2021, 00:22:47 Simple basic usage guide: Suite66 guideI wrote this in mind, to atleast to show basic everyday usage of enable/disable/start/stop services. Not meant to be a complete guidebut may be expanded a bit later on. Hope the guide helps you.Packaged scripts by default will be placed in /etc/66/service.I have a updated version that sets sysadmin's scripts in /etc/suite66/serviceThis has been done so that a person can copy a service file from /etc/66/service and place in /etc/suite66/service and modify it.This avoids changes made by us to overwrite your changes. 66 is designed to check the sysadmin's service path(/etc/suite66/service) firstand use it instead if found.Edit: I've also updated the wiki article, adding how to run user services, which are placed in $HOME/.66If you are converting from another Artix-init, it is the same steps as normal, except afterwards before rebooting, need to create the 66 trees:66-tree -n boot66-tree -ncE defaultNext need to enable boot modules, edit to changes needed for your system such has hostname, timezone, btrfs,lvm, etc66-enable -t boot boot@system66-env -t boot -e $EDITOR boot@system ( This is where you edit 66's settings mentioned a moment ago )If you are enabling, for example, btrfs change !no to !yesSave the changes and run66-enable -t boot -F boot@systemEnable services to run in runlevel66-enable SERVICES_HERE Last Edit: 23 May 2021, 17:42:43 by ndowens 3 Likes
Re: Basic Suite66 guide Reply #1 – 15 January 2022, 16:15:53 The guide has now been updated to be more accessible to newcomers to 66 (definition of trees, etc), and some additional explanations are given, for example regarding the setting up of user services.