misp-modules/etc/systemd/system/misp-modules.service

15 lines
306 B
INI
Raw Permalink Normal View History

2019-02-25 01:02:13 +01:00
[Unit]
Description=System-wide instance of the MISP Modules
After=network.target
[Service]
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
2019-02-25 01:02:13 +01:00
[Install]
WantedBy=multi-user.target