1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-07 22:46:13 +02:00
Go to file
David Oberhollenzer 244f4bbe7a Run various services in foreground
This commit changes dhpcd master and nginx scripts to run the respective
processes in background and let initd supervise them directly.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-20 20:52:55 +01:00
crontab Remove superflous escapes in swclock cron job 2018-11-25 19:05:47 +01:00
docs Update documentation 2018-11-23 22:22:50 +01:00
etc Add dhcpcd hook for swclock 2018-11-23 22:16:50 +01:00
m4 Initial commit 2018-11-05 16:11:47 +01:00
netcfg Initial commit 2018-11-05 16:11:47 +01:00
scripts Remove possible bashisms 2018-11-17 16:40:15 +01:00
services Run various services in foreground 2019-03-20 20:52:55 +01:00
.gitignore Add dhcpcd hook for swclock 2018-11-23 22:16:50 +01:00
autogen.sh Initial commit 2018-11-05 16:11:47 +01:00
configure.ac Update e-mail address 2019-03-14 17:19:34 +01:00
LICENSE Update e-mail address 2019-03-14 17:19:34 +01:00
Makefile.am Add dhcpcd hook for swclock 2018-11-23 22:16:50 +01:00
README.md Update documentation 2018-11-23 22:22:50 +01:00

About

This directory contains the basic system configuration for the Pygos system.

See docs/defconfig.md for an overview of the default init service configuration and further, available services.

See docs/network.md for a description on how to do static network configuration with the provided script and service.

See docs/swclock.md for a description on the software pseudo RTC implementation for systems that do not have a hardware real time clock.