Skip to content
Snippets Groups Projects

Update fileMover.py with path for lustre

Merged Thomas Owen James requested to merge patch-filemover-path into master
All threads resolved!
Files
4
+ 15
0
 
[Unit]
 
Description=Wrapper script to run scouting filemover
 
 
[Service]
 
Type=simple
 
PIDFile=/var/log/sc-filemover/pid
 
ExecStart=/opt/sc-filemover/scripts/runFileMover.sh
 
User=scouter
 
Group=scouter
 
WorkingDirectory=/opt/sc-filemover/scripts
 
Restart=always
 
RestartSec=10
 
 
[Install]
 
WantedBy=multi-user.target
Loading