mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 23:02:19 +01:00
- Don't force supervise-daemon; see e.g. 49943448710a628d2f8d928bc8e41b8b0adc5ebb for explanation. - Don't change ownership of /var/empty (WTF!?). - Parametrize config file location. - Fix code-style.
8 lines
174 B
Bash
8 lines
174 B
Bash
# Configuration for /etc/init.d/greetd
|
|
|
|
# Path to config file to use.
|
|
#cfgfile="/etc/greetd/config.toml"
|
|
|
|
# Uncomment to use process supervisor.
|
|
#supervisor=supervise-daemon
|