Menu
BifrOSt-Web
publicLatest change 45b4f25c107d9fc535a9d87bfb2c24aa5f1eda14 - Deploy BifrOSt Web through AkurAI Build by Ólafur Búi Ólafsson
[Unit] Description=BifrOSt public website After=network-online.target Wants=network-online.target [Service] Type=simple User=olibuijr Group=olibuijr WorkingDirectory=/opt/bifrost-web/current Environment=IP=0.0.0.0 Environment=PORT=8092 Environment=BIFROST_CONTENT_DB=/opt/bifrost-web/current/data/content.db ExecStart=/opt/bifrost-web/current/server Restart=on-failure RestartSec=3 NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=true ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true RestrictSUIDSGID=true LockPersonality=true MemoryDenyWriteExecute=true [Install] WantedBy=multi-user.target