Control: tags -1 + pending On Tue, Jul 28, 2015 at 09:50:36AM +0200, Alexandre Detiste wrote: > please provide a systemd service. > > The sed magic in debian/shellinabox.init > either need to be factored out in some function so that > it can be re-used by a systemd service; > or this feature can be implemented as > a new command-line flag in the C code (?)
The latter is the approach I took (before I read your comment!) at https://github.com/shellinabox/shellinabox/pull/535 - a new option so that we can supply this to the ExecStart line: --user-css-dir /etc/shellinabox/options-enabled This solution is pending in the proposed ITS upload in the deferred queue.

