Last change
on this file since 1118 was
1118,
checked in by broder, 16 years ago
|
Don't run conserver as root - give it sudo abilities
|
File size:
252 bytes
|
Rev | Line | |
---|
[386] | 1 | config * { |
---|
| 2 | sslrequired yes; |
---|
| 3 | } |
---|
| 4 | default * { |
---|
| 5 | logfile /var/log/conserver/&.log; |
---|
| 6 | timestamp "1lab"; |
---|
[708] | 7 | rw *; |
---|
[386] | 8 | type exec; |
---|
[1118] | 9 | exec sudo xm console d_f; |
---|
[386] | 10 | execsubst f=cs; |
---|
| 11 | } |
---|
| 12 | |
---|
[815] | 13 | #include /etc/conserver/invirt-genconfig.cf |
---|
[397] | 14 | #include /etc/conserver/sipb-xen-consoles.cf |
---|
Note: See
TracBrowser
for help on using the repository browser.