Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
update install script use new yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jul 26, 2021
1 parent c295c53 commit 6465440
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/cloud-torrent.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ WorkingDirectory=~
Environment=AUTH=user:ctorrent
Environment=PORT=3000
#Environment=HOST=unix:/run/cloud-torrent/cloud.sock
#RuntimeDirectory=cloud-torrent
#RuntimeDirectoryMode=0777
#Environment=UNIXPERM=0666
#Environment=RESTAPI=localhost:3001
ExecStart=/usr/local/bin/cloud-torrent -c ./cloud-torrent.json --disable-log-time
ExecStart=/usr/local/bin/cloud-torrent -c ./cloud-torrent.yaml --disable-log-time
Restart=always
RestartPreventExitStatus=42
RestartSec=3
Expand Down
2 changes: 1 addition & 1 deletion scripts/quickinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cat <<EOF
Open browser to http://${HOSTIP}:3000/ now!
* Default DownloadDirectory: /root/downloads
* Default Config file: /root/cloud-torrent.json
* Default Config file: /root/cloud-torrent.yaml
* Default Username: ${USERNAME}
* Default Password: ${PASSWORD}
Expand Down

0 comments on commit 6465440

Please sign in to comment.