AkurAI Build
Menu

AkurAI-Build

public

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

[Unit]
Description=Bunfork full-stack 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 --database %h/.local/share/bunfork/bunfork.db --key-file %h/.config/bunfork/db.key serve --token-file %h/.config/bunfork/api.token
Restart=on-failure
RestartSec=2
UMask=0077
NoNewPrivileges=true
PrivateDevices=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=read-only
ReadOnlyPaths=%h/.local/lib/bunfork %h/.config/bunfork
ReadWritePaths=%h/.local/share/bunfork
CapabilityBoundingSet=
LockPersonality=true
MemoryDenyWriteExecute=true
RestrictSUIDSGID=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6

[Install]
WantedBy=default.target