fix: do not use single quotes in systemd service unit execStart

pull/690/head
Jeroen Pinoy 2024-08-26 09:08:21 +02:00 committed by GitHub
parent 0798a094bb
commit afe4a18a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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