Update to 2024-07-22 23:00

This commit is contained in:
Daniel Berteaud
2024-07-22 23:00:11 +02:00
parent f5421b17f0
commit cd302033bd
112 changed files with 15413 additions and 340 deletions

View File

@@ -0,0 +1,24 @@
[Unit]
Description=Jitsi Whiteboard backend
[Service]
Type=simple
User={{ jitsi_user }}
Group={{ jitsi_user }}
Environment=PORT=3018
Environment=NODE_ENV=production
WorkingDirectory={{ jitsi_root_dir }}/excalidraw
ExecStart=/bin/npm start
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
NoNewPrivileges=yes
SyslogIdentifier=jitsi-excalidraw
Restart=on-failure
StartLimitInterval=0
RestartSec=30
[Install]
WantedBy=multi-user.target