Загрузить файлы в «static»

This commit is contained in:
Vic 2026-06-30 11:00:47 +03:00
parent b12b745d2e
commit 3a36e69921
4 changed files with 1329 additions and 0 deletions

22
static/parley.service Normal file
View file

@ -0,0 +1,22 @@
[Unit]
Description=Parley Chat Service
After=network.target
[Service]
Type=simple
User=www-data
WorkingDirectory=/opt/parley
ExecStart=/opt/parley/parley
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
# Безопасность
NoNewPrivileges=yes
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes
[Install]
WantedBy=multi-user.target