You've already forked remote-local-storage
Initial commit
This commit is contained in:
21
remote-local-storage.service
Normal file
21
remote-local-storage.service
Normal 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
|
||||
Reference in New Issue
Block a user