Add comments about post-service delay.

This commit is contained in:
lemniskett 2021-01-13 00:11:13 +07:00
parent 4d45ab4858
commit 353cec3a86

View File

@ -21,9 +21,9 @@ LAZY_UMOUNT="no"
# #
ENV_VAR="" ENV_VAR=""
# Parse a Systemd service and executes it on boot, order matters, for example. # Parse a Systemd service and executes it on boot, order matters, for example:
# #
# SERVICES=( vmware-networks-configuration vmware-networks vmware-usbarbitrator nginx ) # SERVICES=( vmware-networks-configuration vmware-networks vmware-usbarbitrator php-fpm:3 nginx )
# #
# Keep in mind that this doesn't resolve service dependencies, so you may need to # Keep in mind that this doesn't resolve service dependencies, so you may need to
# enable the dependencies manually. # enable the dependencies manually.