Skip to content

systemctl

Daniel Hiepler edited this page Aug 31, 2023 · 15 revisions

/bootstrap-plugins/systemctl - run systemctl commands once

Config parameters

Name Description Default Value
RPI_SYSTEMCTL_CMDS array of systemctl commands
RPI_SYSTEMCTL_ON run on first "boot" or first "login" login

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("systemctl") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "systemctl" ... ) to place at some position in the current list.

disable avahi-daemon

RPI_SYSTEMCTL_CMDS=( "disable avahi-daemon avahi-daemon.socket" )

Tests

TODO

Clone this wiki locally