Merge pull request #690 from Wachizungu/fix-install-remove-service-execstart-single-quotes

fix: do not use single quotes in systemd service unit execStart
pull/700/head
Alexandre Dulaunoy 2024-08-26 16:50:56 +02:00 committed by GitHub
commit edd2d90e22
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