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: |
8b5bd551cf26bfa0f4b2cfac53717b4b |
| 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
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 | #!/bin/sh | < | | 1 2 3 | #!/bin/sh exec /usr/bin/syncthing |