taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit ba791e6e317f4b9d566b0fb84a714f98d6c07199
parent fd7fd1e825362fd916ff07361ef4494e26af6997
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Fri, 22 Sep 2023 12:36:56 +0200

Refresh user systemd services

Diffstat:
Msandcastle/utils/enable-services.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sandcastle/utils/enable-services.sh b/sandcastle/utils/enable-services.sh @@ -5,4 +5,6 @@ cp systemd/fund-rewards.* ~/.config/systemd/user +systemctl --user daemon-reload + systemctl --user enable --now fund-rewards.timer