dotfiles

Check-in [8b5bd551cf]
Login

Check-in [8b5bd551cf]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix syncthing service and add logging.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8b5bd551cf26bfa0f4b2cfac53717b4b50d8f6a3
User & Date: mastersrp 2015-05-03 09:17:02.733
Context
2015-05-04
12:49
Add tcshrc file. check-in: ba3db01ebe user: mastersrp tags: trunk
2015-05-03
09:17
Fix syncthing service and add logging. check-in: 8b5bd551cf user: mastersrp tags: trunk
09:12
Fix awesome. check-in: 8b1b5e2112 user: necrophcodr tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Added services/.sv/syncthing/log/run.








>
>
>
>
1
2
3
4
#!/bin/sh

mkdir -p ./log
exec svlogd -tt ./log
Changes to services/.sv/syncthing/run.
1
2
3
4
#!/bin/sh

exec 2>&1 \
	syncthing


<
|
1
2

3
#!/bin/sh


exec /usr/bin/syncthing