modified: pixi.toml
[GalaxyCodeBases.git] / etc / Windows / vlmcsd_old_vancepym / vlmcsd.ini
blob7bd2b98a26e376240521dd1f431adb58ec4942bc
2 #
3 # Sample vlmcsd.ini
5 # An ini file for vlmcsd is normally not required. It is for advanced users only.
6 # vlmcsd uses an ini file only if specified using the -i option in the command line parameters.
7 # There is no default ini file because vlmcsd is designed to run on many platforms.
9 # Every line starting with a number sign (#) or semicolon (;) is treated as a comment.
10 # If a key word is used more than once, the last occurrence is used. The only exception
11 # to this is Listen. You can use Listen=<ip address>[:port] more than once.
14 # Set ePID/HwId for Windows explicitly
15 ;55c92734-d682-4d71-983e-d6ec3f16059f = 06401-00206-271-392041-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08
17 # Set ePID for Office 2010 (including Visio and Project) explicitly
18 ;59a52881-a989-479d-af46-f275c6370663 = 06401-00096-199-496023-03-1033-9600.0000-3622014
20 # Set ePID for Office 2013 (including Visio and Project) explicitly
21 ;0ff1ce15-a989-479d-af46-f275c6370663 = 06401-00206-234-409313-03-1033-9600.0000-3622014
23 # Use custom TCP port
24 # Command line: -P
25 # ***The Port directive only works if vlmcsd was compiled to use MS RPC
26 # ***Use Listen otherwise
27 ;Port = 1688
29 # Listen on all IPv4 addresses (default port 1688)
30 # Command line: -L (and compatibility options -4, -6, -P)
31 # Does not work with MS RPC, use Port=
32 ;Listen = 0.0.0.0:1688
34 # Listen on all IPv6 addresses (default port 1688)
35 # Command line: -L (and compatibility options -4, -6, -P)
36 ;Listen = [::]:1688
38 # Randomize ePIDs at program start up (only those that are not explicitly specified)
39 # Command line: -r
40 ;RandomizationLevel = 1
42 # Use a specific culture (1033 = English US) in ePIDs even if the ePID is randomized
43 # Command line: -C
44 ;LCID = 1033
46 # Set a maximum of 4 workers (forked processes or threads)
47 # Command line: -m
48 ;MaxWorkers = 4
50 # Disconnect users after 30 seconds of inactivity
51 # Command line: -t
52 ;ConnectionTimeout = 30
54 # Disconnect clients immediately after each request
55 # Command line: -d and -k
56 ;DisconnectClientsImmediately = yes
58 # Write a pid file (a file containing the process id of vlmcsd)
59 # Command line: -p
60 ;PidFile = /var/run/vlmcsd.pid
62 # Write log to /var/log/vlmcsd.log
63 # Command line: -l (-e and -f also override this directive)
64 ;LogFile = /var/log/vlmcsd.log
66 # Create a verbose log
67 # Command line: -v and -q
68 ;LogVerbose = true
70 # Set activation interval to 2 hours
71 # Command line: -A
72 ;ActivationInterval = 2h
74 # Set renewal interval to 7 days
75 # Command line: -R
76 ;RenewalInterval = 7d
78 # Run program as user vlmcsduser
79 # Command line: -u
80 ;user = vlmcsduser
82 # Run program as group vlmcsdgroup
83 # Command line: -g
84 ;group = vlmcsdgroup
86 # Disable or enable the NDR64 transfer syntax in RPC (default enabled)
87 # Command line: -n
88 ;UseNDR64 = true
90 # Disable or enable bind time feature negotiation in RPC (default enabled)
91 # Command line: -b
92 ;UseBTFN = true