mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-17 16:42:24 +08:00
24 lines
445 B
Desktop File
24 lines
445 B
Desktop File
[Unit]
|
|
Description=WeKnora Lite - Knowledge Base Management System
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=weknora
|
|
Group=weknora
|
|
WorkingDirectory=/opt/weknora
|
|
EnvironmentFile=/opt/weknora/.env.lite
|
|
ExecStart=/opt/weknora/WeKnora-lite
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
LimitNOFILE=65536
|
|
|
|
# Security hardening
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
ReadWritePaths=/opt/weknora/data
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|