From 764974bd6ec4da6dad56a9bd6fe3bf190a302499 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 29 May 2024 14:01:52 +0200 Subject: [PATCH] refactor: simplify systemctl start command --- caddy/_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/_deploy.sh b/caddy/_deploy.sh index 7bbd03d..67c20a6 100644 --- a/caddy/_deploy.sh +++ b/caddy/_deploy.sh @@ -8,4 +8,4 @@ cp ./caddy/systemd/caddy.service /etc/systemd/system # Start caddy systemctl deamon-reload systemctl enable caddy -systemctl start caddy.service +systemctl start caddy