jcrodriguez-dis / vpl-jail-system

Execution/jail server for VPL
GNU General Public License v3.0
21 stars 21 forks source link

Default config for #45

Open GuillaumeAllegre opened 3 years ago

GuillaumeAllegre commented 3 years ago

With the default init config, all files are under /etc/vpl including /etc/vpl/vpl-jail-server (binary executable) /etc/vpl/vpl-jail-service.log (logfiles) Could the default locations be under /usr/loca/bin (or /opt, or /srv...) and under /var/log respectively,

Rationale : compliance with Filesystem Hierarchy Standard and compatibility with etckeeper (no log file and no big binary file if possible)

Best regards,

jcrodriguez-dis commented 3 years ago

Dear Guillaume Allegre, Thanks for noticing the issue about the compliance of the Filesystem Hierarchy Standard. I have added on the TODO list move the daemon and the start/stop script to the /usr/sbin/ directory and the start/stop script log to /var/log. I guess the next release will resolve the problem.

Best regards, Juan Carlos.

GuillaumeAllegre commented 3 years ago

Thanks a lot for your quick answer! Best regards,

jcrodriguez-dis commented 3 years ago

Resolved on v2.7.0