From 353cec3a8684ad1b6f78414fd26ab4fa614e1a39 Mon Sep 17 00:00:00 2001 From: lemniskett Date: Wed, 13 Jan 2021 00:11:13 +0700 Subject: [PATCH] Add comments about post-service delay. --- archbox.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archbox.conf b/archbox.conf index 56fd1b7..3021eb5 100644 --- a/archbox.conf +++ b/archbox.conf @@ -21,9 +21,9 @@ LAZY_UMOUNT="no" # 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 # enable the dependencies manually.