Skip to content

Commit

Permalink
fix: do not use single quotes in systemd service unit execStart
Browse files Browse the repository at this point in the history
  • Loading branch information
Wachizungu authored Aug 26, 2024
1 parent 0798a09 commit afe4a18
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 afe4a18

Please sign in to comment.