Files
ultix/staged/systemd/ukrrs-rtmp-stream.service
T
2026-09-05 05:47:27 -05:00

25 lines
652 B
Desktop File

[Unit]
Description=UKRRS 24x7 desktop RTMP stream (reachableceo KDE whole screen)
Documentation=file:///home/reachableceo/projects/ultix/STREAMING.md
After=network-online.target xrdp.service
Wants=network-online.target
StartLimitIntervalSec=0
[Service]
Type=simple
User=reachableceo
Group=reachableceo
Slice=ukrrs-rt.slice
Environment=HOME=/home/reachableceo
Environment=XDG_RUNTIME_DIR=/run/user/1001
EnvironmentFile=/etc/ukrrs/rtmp-stream.env
ExecStart=/usr/local/sbin/ukrrs-rtmp-stream.sh
Restart=always
RestartSec=5
# hard stop of the wrapper must take ffmpeg with it
KillMode=control-group
TimeoutStopSec=15
[Install]
WantedBy=multi-user.target