AkurAI Build
Menu

AkurAI-Build

public

Latest change 1c2159692a31765cd66ed709791ba11468054873 - Initial commit: bunfork v0.1.0 source tree by Olafur Bui

[Unit]
Description=Bunfork verified static artifact server
After=network-online.target
Wants=network-online.target

[Service]
WorkingDirectory=%h/.local/lib/bunfork
Environment=BUNFORK_ADDRESS=0.0.0.0:3100
ExecStart=%h/.local/lib/bunfork/bunfork serve --static %h/.local/lib/bunfork/site --manifest %h/.local/lib/bunfork/bunfork-static.json
Restart=on-failure
RestartSec=2
UMask=0077
NoNewPrivileges=true
PrivateDevices=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=read-only
ReadOnlyPaths=%h/.local/lib/bunfork
CapabilityBoundingSet=
LockPersonality=true
MemoryDenyWriteExecute=true
RestrictSUIDSGID=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6

[Install]
WantedBy=default.target