mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Update WorkingDirectory and ExecStart in service file
This commit is contained in:
parent
1bb51ca9ee
commit
6b03472086
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user