initial commit

This commit is contained in:
Bartal Læarsson
2026-06-18 21:41:47 +01:00
commit 8e60f0472b
29 changed files with 2872 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[Unit]
Description=zeitkort web-only proof of concept
After=network.target
[Service]
Type=simple
User=zeitkort
Group=zeitkort
WorkingDirectory=/opt/zeitkort-web
ExecStart=/opt/zeitkort-web/zeitkort-web -config /opt/zeitkort-web/config.json
Restart=on-failure
RestartSec=5
# Hardening
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target