Use 'www-data' user & group for webserver

This commit is contained in:
2025-11-19 15:12:36 -06:00
parent 09cc2116b7
commit 7a5313c766

View File

@@ -6,8 +6,8 @@ After=network.target
Type=simple
ExecStart=/usr/bin/env python3 -m http.server -d /usr/share/boids 8000
Restart=never
User=nobody
Group=nobody
User=www-data
Group=www-data
WorkingDirectory=/usr/share/boids
[Install]