mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
internetarchive: Ensure it starts the crawler at boot
This commit is contained in:
parent
9841720492
commit
aa402ddeed
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory={{ internetarchive_dir }}/node_modules/@internetarchive/dweb-mirror
|
WorkingDirectory={{ internetarchive_dir }}/node_modules/@internetarchive/dweb-mirror
|
||||||
ExecStart=/usr/bin/node ./internetarchive -s
|
ExecStart=/usr/bin/node ./internetarchive -sc
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue