From afe4a18a03d2660998e0b56dace60a2759e4dc0f Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Mon, 26 Aug 2024 09:08:21 +0200 Subject: [PATCH] fix: do not use single quotes in systemd service unit execStart --- documentation/mkdocs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/mkdocs/install.md b/documentation/mkdocs/install.md index 4606dab8..e38c0769 100644 --- a/documentation/mkdocs/install.md +++ b/documentation/mkdocs/install.md @@ -57,7 +57,7 @@ Description=MISP modules Type=simple User=apache Group=apache -ExecStart='/path/to/venv/bin/misp-modules -l 127.0.0.1 -s' +ExecStart=/path/to/venv/bin/misp-modules -l 127.0.0.1 -s Restart=always RestartSec=10