commit
cacf1bccd4
|
@ -9,14 +9,6 @@ RuntimeDirectory=autocat
|
|||
WorkingDirectory=/var/lib/autocat/autocat3
|
||||
ExecStartPre=-/usr/bin/mkdir -p /var/run/autocat
|
||||
ExecStart=/usr/local/bin/pipenv run python CherryPyApp.py
|
||||
#
|
||||
# These next lines are for auto-restart. See: man systemd.service
|
||||
Type=simple
|
||||
PIDFile=/var/run/autocat/autocat3.pid
|
||||
RemainAfterExit=no
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
TimeStartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -126,10 +126,8 @@ Gutenberg metadata much faster than by scraping.
|
|||
</div>
|
||||
|
||||
<div id="qr">
|
||||
<!--! qr code of desktop page for print -->
|
||||
<span class="qrcode qrcode-desktop noscreen" />
|
||||
<!--! qr code of mobile page for screen -->
|
||||
<span class="qrcode qrcode-mobile noprint" title="Go to our mobile site." />
|
||||
<span class="qrcode qrcode-desktop" title="Scan QR Code for this page." />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue