added shell script and systemctl service for moving encaps edited files to stripper folder and for sending from stripper folder to his chroot jail

This commit is contained in:
jenz
2023-09-28 15:44:21 +02:00
parent bc5f212265
commit 923d46635e
2 changed files with 51 additions and 0 deletions
@@ -0,0 +1,10 @@
[Unit]
Description=Moves stripper files from /home/test/home/stripper_files/upload to the css ze servers stripper/maps dir
[Service]
Type=simple
User=root
WorkingDirectory=/home/test/home/stripper_files
ExecStart=/home/test/home/stripper_files/encap_stripper_mover.sh
Restart=always
RestartSec=20s