From 9923878c5c8b68df7f132efd28f76ce5478a1f1a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 17 Mar 2025 19:33:07 -0400 Subject: initial import from /x/ monorepo Signed-off-by: Xe Iaso --- run/anubis@.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 run/anubis@.service (limited to 'run/anubis@.service') diff --git a/run/anubis@.service b/run/anubis@.service new file mode 100644 index 0000000..102775f --- /dev/null +++ b/run/anubis@.service @@ -0,0 +1,12 @@ +[Unit] +Description="Anubis HTTP defense proxy (instance %i)" + +[Service] +ExecStart=/usr/bin/anubis +Restart=always +RestartSec=30s +EnvironmentFile=/etc/anubis/anubis-%i.env +LimitNOFILE=infinity + +[Install] +WantedBy=multi-user.target \ No newline at end of file -- cgit v1.2.3