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
|
Type=simple
|
||||||
User=apache
|
User=apache
|
||||||
Group=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
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue