mirror of https://github.com/MISP/misp-modules
Merge pull request #690 from Wachizungu/fix-install-remove-service-execstart-single-quotes
fix: do not use single quotes in systemd service unit execStartpull/700/head
commit
edd2d90e22
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue