first successful test
This commit is contained in:
15
templates/service_timeout.service.j2
Normal file
15
templates/service_timeout.service.j2
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
[Unit]
|
||||
Description=VCR Streaming Service Timeout Helper
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory={{ service_control_folder }}
|
||||
ExecStart=/bin/bash {{ service_control_folder }}/service_timeout.sh
|
||||
Restart=always
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user