Advertisement
Guest User

init.sh

a guest
Mar 18th, 2019
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #! /bin/bash
  2. echo "Starting aria2c"
  3. exec aria2c --conf-path=/config/aria2.conf -D
  4. echo 'Exiting aria2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement