Search:
Login
Help/Guide
About Trac
Preferences
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
NAS
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 3, 2011, 9:01:17 PM (
12 years
ago)
Author:
rb07
Comment:
added another example
Legend:
Unmodified
Added
Removed
Modified
NAS
v1
v2
9
9
}}}
10
10
11
incorporated into the start-up script (needs to be adapted to the specific script used):
12
13
{{{
14
...
15
EVENT_NOEPOLL=1; export EVENT_NOEPOLL
16
start-stop-daemon --start --quiet --chuid ${TR_USERNAME:-nobody} --exec transmission-daemon -- ${OPTIONS[@]}
17
...
18
}}}