mirror of https://github.com/MISP/misp-modules
Update misp-modules.service
Service doesn't like or need the -s option to execute the modules.pull/572/head
parent
a4426727f4
commit
a86ac9d715
|
@ -7,7 +7,7 @@ User=www-data
|
|||
Group=www-data
|
||||
WorkingDirectory=/usr/local/src/misp-modules
|
||||
Environment="PATH=/var/www/MISP/venv/bin"
|
||||
ExecStart=/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s
|
||||
ExecStart=/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue