Initial commit

This commit is contained in:
2026-01-22 19:15:04 -05:00
commit 7941f3da05
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[Unit]
Description=localStorage persistence service for web applications
[Service]
Type=simple
DynamicUser=yes
StateDirectory=remote-local-storage
StateDirectoryMode=0700
WorkingDirectory=/var/lib/remote-local-storage
ExecStart=/usr/bin/remote-local-storage -address "sysd?name=remote-local-storage.socket&idle_timeout=1h"
NoNewPrivileges=yes
CapabilityBoundingSet=
RestrictNamespaces=true
SystemCallFilter=@system-service
ProtectProc=invisible
ProtectHome=true
PrivateNetwork=yes