Requires=encoder-main.service

This commit is contained in:
devdatt 2025-12-12 02:30:40 +05:30
parent e9b43e6afd
commit 6dcf35031d
1 changed files with 0 additions and 8 deletions

View File

@ -73,7 +73,6 @@ EOL
cat > /etc/systemd/system/encoder-display.service<< 'EOL' cat > /etc/systemd/system/encoder-display.service<< 'EOL'
[Unit] [Unit]
Description= Display Encoder by ShreeBhattJi Description= Display Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-display.sh ExecStart=/bin/bash /var/www/encoder-display.sh
@ -89,7 +88,6 @@ EOL
cat > /etc/systemd/system/encoder-rtmp0.service<< 'EOL' cat > /etc/systemd/system/encoder-rtmp0.service<< 'EOL'
[Unit] [Unit]
Description= RTMP Encoder by ShreeBhattJi Description= RTMP Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-rtmp0.sh ExecStart=/bin/bash /var/www/encoder-rtmp0.sh
@ -106,7 +104,6 @@ EOL
cat > /etc/systemd/system/encoder-rtmp1.service<< 'EOL' cat > /etc/systemd/system/encoder-rtmp1.service<< 'EOL'
[Unit] [Unit]
Description= RTMP Encoder by ShreeBhattJi Description= RTMP Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-rtmp1.sh ExecStart=/bin/bash /var/www/encoder-rtmp1.sh
@ -123,7 +120,6 @@ EOL
cat > /etc/systemd/system/encoder-srt.service<< 'EOL' cat > /etc/systemd/system/encoder-srt.service<< 'EOL'
[Unit] [Unit]
Description= SRT Encoder by ShreeBhattJi Description= SRT Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-srt.sh ExecStart=/bin/bash /var/www/encoder-srt.sh
@ -140,7 +136,6 @@ EOL
cat > /etc/systemd/system/encoder-udp0.service<< 'EOL' cat > /etc/systemd/system/encoder-udp0.service<< 'EOL'
[Unit] [Unit]
Description= UDP Encoder by ShreeBhattJi Description= UDP Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-udp0.sh ExecStart=/bin/bash /var/www/encoder-udp0.sh
@ -157,7 +152,6 @@ EOL
cat > /etc/systemd/system/encoder-udp1.service<< 'EOL' cat > /etc/systemd/system/encoder-udp1.service<< 'EOL'
[Unit] [Unit]
Description= UDP Encoder by ShreeBhattJi Description= UDP Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-udp1.sh ExecStart=/bin/bash /var/www/encoder-udp1.sh
@ -174,7 +168,6 @@ EOL
cat > /etc/systemd/system/encoder-udp2.service<< 'EOL' cat > /etc/systemd/system/encoder-udp2.service<< 'EOL'
[Unit] [Unit]
Description= UDP Encoder by ShreeBhattJi Description= UDP Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-udp2.sh ExecStart=/bin/bash /var/www/encoder-udp2.sh
@ -191,7 +184,6 @@ EOL
cat > /etc/systemd/system/encoder-custom.service<< 'EOL' cat > /etc/systemd/system/encoder-custom.service<< 'EOL'
[Unit] [Unit]
Description= UDP Encoder by ShreeBhattJi Description= UDP Encoder by ShreeBhattJi
Requires=encoder-main.service
[Service] [Service]
ExecStart=/bin/bash /var/www/encoder-custom.sh ExecStart=/bin/bash /var/www/encoder-custom.sh