fix: systemd service

pull/279/head
Raphaël Vinot 2019-02-24 18:20:28 -08:00
parent 66ee78e7af
commit 43d2ae6203
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ User=www-data
Group=www-data
WorkingDirectory=/usr/local/src/misp-modules
Environment="PATH=/var/www/MISP/venv/bin"
ExecStart=misp-modules -l 127.0.0.1 -s
ExecStart=/var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 -s
[Install]
WantedBy=multi-user.target