mirror of https://github.com/MISP/misp-modules
fix: do not use single quotes in systemd service unit execStart
parent
0798a094bb
commit
afe4a18a03
|
@ -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