Skip to content

Commit

Permalink
#29 Fix systemd init script
Browse files Browse the repository at this point in the history
TheHive user must have enough right to create PID file. So put it in installation directory.
  • Loading branch information
To-om committed Nov 23, 2016
1 parent e7afa3b commit e51bf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/thehive.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Group=thehive
ExecStart=/opt/thehive/bin/thehive \
-Dconfig.file=/etc/thehive/application.conf \
-Dhttp.port=9000 \
-Dpidfile.path=/var/run/thehive/pid
-Dpidfile.path=/opt/thehive/RUNNING_PID


StandardOutput=journal
Expand Down

0 comments on commit e51bf6a

Please sign in to comment.