From a580e4627deff327f5648a8de5ed5d1236751704 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 Mar 2023 23:30:30 -0800 Subject: [PATCH] add instructions on how to install to comment --- etc/archivebox.service | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/etc/archivebox.service b/etc/archivebox.service index b732c6ab..cd42f851 100644 --- a/etc/archivebox.service +++ b/etc/archivebox.service @@ -1,9 +1,10 @@ +# This is an example systemd service config definition for ArchiveBox. # -# These are just a few examples of settings -# -# Items that probably need to be rewritten depending on the environment: -# WorkingDirectory, ExecStart, User, Group, +# Link it into place on your system to use systemd to auto-start the ArchiveBox server on boot: +# https://unix.stackexchange.com/questions/224992/where-do-i-put-my-systemd-unit-file # +# Review and change these lines as-needed for your specific environment and needs: +# WorkingDirectory, ExecStart, User, Group [Unit] Description=Open source self-hosted web archiving @@ -25,4 +26,4 @@ Group=archivebox [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target