mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
add instructions on how to install to comment
This commit is contained in:
parent
67e9c77ab7
commit
a580e4627d
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
||||||
|
# This is an example systemd service config definition for ArchiveBox.
|
||||||
#
|
#
|
||||||
# These are just a few examples of settings
|
# 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
|
||||||
# Items that probably need to be rewritten depending on the environment:
|
|
||||||
# WorkingDirectory, ExecStart, User, Group,
|
|
||||||
#
|
#
|
||||||
|
# Review and change these lines as-needed for your specific environment and needs:
|
||||||
|
# WorkingDirectory, ExecStart, User, Group
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Open source self-hosted web archiving
|
Description=Open source self-hosted web archiving
|
||||||
|
@ -25,4 +26,4 @@ Group=archivebox
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue