mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-14 17:24:57 +02:00
10 lines
296 B
Django/Jinja
10 lines
296 B
Django/Jinja
[Unit]
|
|
Description=Check for CSP-blocked resources via Puppeteer
|
|
OnFailure=systemd-notifier.cymais@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/python3 {{ health_csp_crawler_script }} \
|
|
--nginx-config-dir={{ nginx.directories.http.servers }} \
|
|
--script={{ health_csp_crawler_node }}
|