Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
1.1 kB · 53 lines
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354[Unit]Description=Live video for the AT Protocol. Solving video for everybody forever.Documentation=https://stream.place/docsAfter=network-online.targetWants=network-online.targetRequires=network.target
[Service]Type=execExecStart=/usr/bin/streamplaceRestart=alwaysRestartSec=3TimeoutStartSec=60TimeoutStopSec=30
User=streamplaceGroup=streamplace
# EnvironmentEnvironment=SP_DATA_DIR=/var/lib/streamplace
# Additional environment file for user customizationEnvironmentFile=-/etc/streamplace/streamplace.env
# Grant capability to bind to privileged portsAmbientCapabilities=CAP_NET_BIND_SERVICECapabilityBoundingSet=CAP_NET_BIND_SERVICE
# Security hardeningNoNewPrivileges=yesProtectHome=yesProtectKernelTunables=yesProtectKernelModules=yesProtectControlGroups=yesRestrictRealtime=yesRestrictSUIDSGID=yesRemoveIPC=yesPrivateTmp=yes
# Resource limitsLimitNOFILE=65536LimitNPROC=4096
# LoggingStandardOutput=journalStandardError=journalSyslogIdentifier=streamplace
# Working directoryWorkingDirectory=/var/lib/streamplace
[Install]WantedBy=multi-user.target