Update WorkingDirectory and ExecStart in service file

This commit is contained in:
Nick Sweeting 2026-06-08 07:32:33 -04:00 committed by GitHub
parent 1bb51ca9ee
commit 6b03472086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@ Documentation=https://github.com/ArchiveBox/ArchiveBox/wiki
[Service]
Type=simple
WorkingDirectory=/home/archivebox/archivebox/
ExecStart=/usr/local/bin/archivebox server 0.0.0.0:8000
WorkingDirectory=/home/archivebox/archivebox/data
ExecStart=/usr/local/bin/archivebox server
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s QUIT $MAINPID
Restart=always