From fc9102090ea85d380c62ae0f607407df8345e88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= <150935816+Dvorinka@users.noreply.github.com> Date: Fri, 23 May 2025 09:26:25 +0200 Subject: [PATCH] Delete contact-scrape.service --- contact-scrape.service | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 contact-scrape.service diff --git a/contact-scrape.service b/contact-scrape.service deleted file mode 100644 index ff60678..0000000 --- a/contact-scrape.service +++ /dev/null @@ -1,29 +0,0 @@ -[Unit] -Description=Contact Scrape Service -After=network.target - -[Service] -Type=simple -User=www-data -WorkingDirectory=/opt/contact-scrape -ExecStart=/opt/contact-scrape/contact-scrape -Restart=always -RestartSec=5 -Environment=PORT=8080 - -# Security settings -NoNewPrivileges=true -PrivateTmp=true -ProtectSystem=strict -ProtectHome=true -ReadWritePaths=/opt/contact-scrape/data -CapabilityBoundingSet=CAP_NET_BIND_SERVICE -AmbientCapabilities=CAP_NET_BIND_SERVICE - -# Logging -StandardOutput=journal -StandardError=journal -SyslogIdentifier=contact-scrape - -[Install] -WantedBy=multi-user.target \ No newline at end of file