diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-03 17:54:51 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-03 17:54:51 +0100 |
commit | 23544957077063782ed62a58ca908d1018d36b2e (patch) | |
tree | 6641ab32e7141df6506719dafdff0fc460e030e9 /Makefile | |
parent | 3c525570dd4f0999875d52bbf7e91d6b57940dac (diff) |
Restart the dpid daemon on installation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ $(DPIDRC): install-proto: $(DPIDRC) echo 'proto.gopher=gopher/gopher.filter.dpi' >> $< + dpidc stop || true install: $(BIN) install-proto mkdir -p $(DPI_DIR)/$(NAME) |