Skip to content

Commit

Permalink
Merge pull request #690 from Wachizungu/fix-install-remove-service-ex…
Browse files Browse the repository at this point in the history
…ecstart-single-quotes

fix: do not use single quotes in systemd service unit execStart
  • Loading branch information
adulau authored Aug 26, 2024
2 parents 0798a09 + afe4a18 commit edd2d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/mkdocs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit edd2d90

Please sign in to comment.