-
Notifications
You must be signed in to change notification settings - Fork 1
systemctl
Daniel Hiepler edited this page Aug 31, 2023
·
15 revisions
/bootstrap-plugins/systemctl - run systemctl commands once
Name | Description | Default Value |
---|---|---|
RPI_SYSTEMCTL_CMDS | array of systemctl commands | |
RPI_SYSTEMCTL_ON | run on first "boot" or first "login" | login |
none
RPI_BOOTSTRAP_PLUGINS+=("systemctl")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "systemctl" ... )
to place at some position in the current list.
RPI_SYSTEMCTL_CMDS=( "disable avahi-daemon avahi-daemon.socket" )
TODO